From 5d950bfdedc2dda6b6a1c9aa1266559767eca574 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Tue, 23 Jun 2020 09:37:18 +0200 Subject: [PATCH] minor layout improvements --- layouts/partials/sidebar.html | 6 +++--- layouts/taxonomy/list.html | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 609d054..2b2e913 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -6,7 +6,7 @@ {{ else if .Params.teaser }}
-

{{ i18n "Teaser" }}

+

{{ i18n "Teaser" }}

{{ .Params.teaser }}

@@ -21,7 +21,7 @@ {{ with .Params.Topics }}
-

{{i18n "topics"}}

+

{{i18n "topics"}}

    @@ -36,7 +36,7 @@
    -

    {{i18n "recentArticles"}}

    +

    {{i18n "recentArticles"}}

      diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html index c81ad4c..30f0456 100644 --- a/layouts/taxonomy/list.html +++ b/layouts/taxonomy/list.html @@ -8,9 +8,11 @@

      {{i18n "topic"}}: {{ .Title }}

      + {{ with .Content }}
      -

      {{ .Content }}

      +

      {{ . }}

      + {{ end }}