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 }}