From 6e4280cac093c82de9b8894cb583cf2eab6e558a Mon Sep 17 00:00:00 2001 From: Moritz Fago Date: Tue, 26 Mar 2019 01:50:18 +0100 Subject: [PATCH] personal modifications --- layouts/_default/list.html | 8 ++++---- layouts/partials/header.html | 10 ++++++---- layouts/partials/logo.html | 3 +++ 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 6f1f2c2..07adf11 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -26,16 +26,16 @@ {{ end }} -
- {{ with .Description }} +
+ + {{.Content}}
-
{{ $.Site.Params.ReadMore }} →
{{ end }} {{ partial "pagination.html" . }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 88db6a1..8004caa 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,9 +3,11 @@ - + {{ range $.Site.Menus.foo }} + + {{ end }} - {{ if len $.Site.Menus }} - {{ partial "menu.html" . }} - {{ end }} diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index 8a1bf1f..a22bc10 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -1,5 +1,8 @@