diff --git a/themes/chosto/layouts/posts/list.html b/themes/chosto/layouts/_default/list.html similarity index 89% rename from themes/chosto/layouts/posts/list.html rename to themes/chosto/layouts/_default/list.html index e460b3b..c14fca1 100644 --- a/themes/chosto/layouts/posts/list.html +++ b/themes/chosto/layouts/_default/list.html @@ -7,6 +7,7 @@ {{- partial "pagination.html" . -}} diff --git a/themes/chosto/layouts/_default/summary.html b/themes/chosto/layouts/_default/summary.html index a243e96..2374652 100644 --- a/themes/chosto/layouts/_default/summary.html +++ b/themes/chosto/layouts/_default/summary.html @@ -1,13 +1,11 @@
-

{{ .Title }}

- +

+ + {{- partial "listitem.html" . -}} + +

+ {{- partial "postinfo.html" . -}}
{{ .Summary }} -
diff --git a/themes/chosto/layouts/partials/footer.html b/themes/chosto/layouts/partials/footer.html index 5f3a99c..32e4257 100644 --- a/themes/chosto/layouts/partials/footer.html +++ b/themes/chosto/layouts/partials/footer.html @@ -9,7 +9,7 @@
- Tout le contenu du blog est disponible sous licence Creative Commons Attribution 4.0. + Tout le contenu du blog est disponible sous licence Creative Commons Attribution ShareAlike 4.0.
diff --git a/themes/chosto/layouts/partials/listitem.html b/themes/chosto/layouts/partials/listitem.html index 3f5176a..895119b 100644 --- a/themes/chosto/layouts/partials/listitem.html +++ b/themes/chosto/layouts/partials/listitem.html @@ -1,9 +1,5 @@
- - | - {{ .Content }} - - - {{- partial "pagination.html" . -}} - -{{ end }}