\ No newline at end of file
diff --git a/layouts/partials/row.html b/layouts/partials/row.html
index 19c93a0..40de635 100644
--- a/layouts/partials/row.html
+++ b/layouts/partials/row.html
@@ -1,94 +1,106 @@
-
-
-
-
{{ .Date.Format "Jan 2"}}{{ if in (slice 1 21 31) .Date.Day}}st{{ else if in (slice 2 22) .Date.Day}}nd{{ else if in (slice 3 23) .Date.Day}}rd{{ else }}th{{ end }}
-
{{ .Date.Format "2006"}}
-
+
-
-
-
- {{ if gt .Params.top 0}}
-
-
+
+
+
+
+
+
{{ .Date.Format "Jan 2"}}{{ if in (slice 1 21 31) .Date.Day}}st{{ else if in (slice 2 22)
+ .Date.Day}}nd{{ else if in (slice 3 23) .Date.Day}}rd{{ else }}th{{ end }}
+
{{ .Date.Format "2006"}}
+
- {{ end }}
-
-
-
- {{ with .Params.avatar }}
-
- {{ else }}
-
-
- {{ end }}
-
- {{ with .Params.name }}
-
{{ . }}
- {{ else }}
-
{{ .Site.Params.name }}
- {{ end }}
-
- {{ $tags_filtered := slice}}
- {{ with .Params.tags }}
- {{ range . }}
- {{ with .}}
- {{ $tags_filtered = $tags_filtered | append . }}
- {{ end }}
- {{ end }}
- {{ end }}
- {{ with $tags_filtered }}
- {{ range . }}{{ . }}{{ end }}
- {{ end }}
+
+
+
+
+
+ {{ if gt .Params.top 0}}
+
+
-
-
-
-
-
-
- {{ .Content }}
-
-
-
- {{ with .Params.pic }}
-
- {{ end }}
-
-
- {{ $pic_set_filtered := slice}}
- {{ with .Params.pic_set }}
- {{ range . }}
- {{ with .}}
- {{ $pic_set_filtered = $pic_set_filtered | append . }}
- {{ end }}
{{ end }}
- {{ end }}
-
- {{ with $pic_set_filtered }}
- {{ partial "pic_set.html" (dict "pic_set" .) }}
- {{ end }}
-
-
-
- {{ $link_link := .Params.link }}
- {{ $link_logo := .Params.link_logo }}
- {{ $link_text := .Params.link_text }}
-
- {{ with .Params.link }}
- {{ partial "link-block.html" (dict "logo" $link_logo "a" $link_link "word" $link_text "baseurl" $.Site.BaseURL)}}
- {{ end }}
-
-
-
- {{ .Date.Format "15:04" }} {{ .Params.note }}
-
-
+
+
+
+ {{ with .Params.avatar }}
+
+ {{ else }}
+
+
+ {{ end }}
+
+ {{ with .Params.name }}
+
{{ . }}
+ {{ else }}
+
{{ .Site.Params.name }}
+ {{ end }}
+
+ {{ $tags_filtered := slice}}
+ {{ with .Params.tags }}
+ {{ range . }}
+ {{ with .}}
+ {{ $tags_filtered = $tags_filtered | append . }}
+ {{ end }}
+ {{ end }}
+ {{ end }}
+ {{ with $tags_filtered }}
+ {{ range . }}{{ . }}{{ end }}
+ {{ end }}
+
+
+
+
+
+
+
+ {{ .Content }}
+
+
+
+ {{ with .Params.pic }}
+
+ {{ end }}
+
+
+ {{ $pic_set_filtered := slice}}
+ {{ with .Params.pic_set }}
+ {{ range . }}
+ {{ with .}}
+ {{ $pic_set_filtered = $pic_set_filtered | append . }}
+ {{ end }}
+ {{ end }}
+ {{ end }}
+
+ {{ with $pic_set_filtered }}
+ {{ partial "pic_set.html" (dict "pic_set" .) }}
+ {{ end }}
+
+
+
+ {{ $link_link := .Params.link }}
+ {{ $link_logo := .Params.link_logo }}
+ {{ $link_text := .Params.link_text }}
+
+ {{ with .Params.link }}
+ {{ partial "link-block.html" (dict "logo" $link_logo "a" $link_link "word" $link_text "baseurl"
+ $.Site.BaseURL)}}
+ {{ end }}
+
+
+