From 6d7c5cd3e12b1af664ac38745526cc3e4d8ca25e Mon Sep 17 00:00:00 2001 From: morph Date: Tue, 26 May 2020 17:20:18 +0200 Subject: [PATCH] reinstate posts list --- layouts/_default/list.html | 14 ++++++++++---- layouts/partials/header.html | 10 +++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 68fb00c..59ee546 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -6,10 +6,16 @@ {{ with .Content }}
{{ . }}
{{ end }} {{ end }} - - {{ range .Paginator.Pages }} - {{ .Render "summary" }} - {{ end }} + + {{ partial "pagination.html" . }} {{ partial "sidebar.html" . }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 09357df..c3e2cb1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,12 +1,12 @@
- ==============
+ {{ strings.Repeat ( .Site.Title | countrunes | add 6 ) .Site.Params.title_frame_char }}
== {{ .Site.Title }} ==
- ==============
- {{ with .Site.Menus.main }} + {{ strings.Repeat ( .Site.Title | countrunes | add 6 ) .Site.Params.title_frame_char }}

-

Einfach mal was mit Holz machen.
+
{{ .Site.Params.subtitle }}