From a6ee815b486f52c6f0d145384098035805588c80 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 11 Oct 2018 17:14:19 +0200 Subject: [PATCH] small fixes --- layouts/_default/baseof.html | 2 +- layouts/partials/footer.html | 4 ++-- static/_css/style.css | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5881ce3..ccfd2ca 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,7 +19,7 @@
  • Blog
  • {{ range $name, $taxonomy := .Site.Taxonomies.categories }} {{ with $.Site.GetPage (printf "/categories/%s" $name) }} -
  • {{ $name }}
  • +
  • {{ .Title }}
  • {{ end }} {{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index aeb6a43..abac959 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,11 +9,11 @@ {{ end }} - Kontakt + Kontakt - Impressum/Datenschutz + Impressum/Datenschutz Artikel unter diff --git a/static/_css/style.css b/static/_css/style.css index 22cd12e..da124d1 100644 --- a/static/_css/style.css +++ b/static/_css/style.css @@ -128,7 +128,8 @@ html{ .post { word-wrap: break-word; border-top:1px dashed #959595; - margin: 1.5em 2em; + margin: 0 2em; + padding: 1.5em 0; } .post:first-child{ border:0;