- {{ partial "description-or-summary.html" . }}
+{{ with .Resources.GetMatch "feature" }}
+
+ {{ partial "description-or-summary.html" . }}
+
diff --git a/layouts/_default/summary/series.html b/layouts/_default/summary/series.html
index 8be96ed..f5127ef 100644
--- a/layouts/_default/summary/series.html
+++ b/layouts/_default/summary/series.html
@@ -1,26 +1,24 @@
-
-
- {{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
- {{ .Title | markdownify }}
- {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
-
+
+ {{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
+ {{ .Title | markdownify }}
+ {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
+
- {{ partial "post-metadata/series.html" . }}
+{{ partial "post-metadata/series.html" . }}
-
- {{ partial "description-or-summary.html" . }}
-
-
-
-
- {{ $i := 0 }}
- {{ $total := len .Data.Pages }}
- {{ range .Data.Pages.Reverse }}
- {{ $i = add 1 $i }}
- {{ .Scratch.Set "series_position" $i }}
- {{ .Scratch.Set "series_total" $total }}
- - {{ .Render "summary/series_post" }}
- {{ end }}
-
-
+
+ {{ partial "description-or-summary.html" . }}
+
+
+
+ {{ $i := 0 }}
+ {{ $total := len .Data.Pages }}
+ {{ range .Data.Pages.Reverse }}
+ {{ $i = add 1 $i }}
+ {{ .Scratch.Set "series_position" $i }}
+ {{ .Scratch.Set "series_total" $total }}
+
+ {{ .Render "summary/series_post" }}
+
+ {{ end }}
diff --git a/layouts/_default/summary/series_post.html b/layouts/_default/summary/series_post.html
index 64c2aeb..6ef73b0 100644
--- a/layouts/_default/summary/series_post.html
+++ b/layouts/_default/summary/series_post.html
@@ -1,29 +1,27 @@
-
-
- {{ if .Scratch.Get "series_position" }}
- ({{ .Scratch.Get "series_position" }}/{{ .Scratch.Get "series_total" }})
- {{ end }}
-
-
-
- {{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
- {{ .Title | markdownify }}
- {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
-
-
- {{ partial "post-metadata/short.html" . }}
-
- {{ with .Resources.GetMatch "feature" }}
-
- {{ partial "figure.html" (dict "src" .) }}
-
+
+ {{ if .Scratch.Get "series_position" }}
+ ({{ .Scratch.Get "series_position" }}/{{ .Scratch.Get "series_total" }})
{{ end }}
-
-
- {{ partial "description-or-summary.html" . }}
-
-
-
+
+
+
+ {{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
+ {{ .Title | markdownify }}
+ {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
+
+
+{{ partial "post-metadata/short.html" . }}
+
+{{ with .Resources.GetMatch "feature" }}
+
+ {{ partial "figure.html" (dict "src" .) }}
+
+{{ end }}
+
+
+ {{ partial "description-or-summary.html" . }}
+
+
+
diff --git a/layouts/authors/list.html b/layouts/authors/list.html
index 5e6833e..2a227b1 100644
--- a/layouts/authors/list.html
+++ b/layouts/authors/list.html
@@ -6,11 +6,11 @@
{{ with .Paginator.Pages }}
-
- {{ range . }}
- - {{ .Render "summary/author" }}
- {{ end }}
-
+ {{ range . }}
+
+ {{ .Render "summary/author" }}
+
+ {{ end }}
{{ else }}
{{ i18n "no_posts" }}
diff --git a/layouts/partials/page-list.html b/layouts/partials/page-list.html
index c93ddf5..5058da0 100644
--- a/layouts/partials/page-list.html
+++ b/layouts/partials/page-list.html
@@ -1,10 +1,10 @@
{{ with . }}
-
- {{ range . }}
- - {{ .Render "summary/post" }}
- {{ end }}
-
+ {{ range . }}
+
+ {{ .Render "summary/post" }}
+
+ {{ end }}
{{ else }}
{{ i18n "no_posts" }}
diff --git a/layouts/partials/top.html b/layouts/partials/top.html
index 999548a..44809b8 100644
--- a/layouts/partials/top.html
+++ b/layouts/partials/top.html
@@ -1,6 +1,10 @@
-
+