From ea9e2bb1bde32ce13724dc24b1f526fc0295ad42 Mon Sep 17 00:00:00 2001 From: panr Date: Mon, 30 Jul 2018 18:55:26 +0200 Subject: [PATCH] Fix footer credentials and date format --- layouts/_default/list.html | 2 +- layouts/_default/single.html | 2 +- layouts/partials/footer.html | 2 +- source/css/main.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 3686b9a..358c23e 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -6,7 +6,7 @@

{{ .Title | markdownify }}

diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 1790a01..8b7cbb3 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,7 +3,7 @@

{{ .Title | markdownify }}

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1aaab11..e08903a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -6,7 +6,7 @@ {{ partial "logo.html" . }} {{end}} diff --git a/source/css/main.css b/source/css/main.css index fff3bb6..8b0bae9 100644 --- a/source/css/main.css +++ b/source/css/main.css @@ -35,7 +35,7 @@ body { h1, h2, h3, h4, h5, h6 { display: flex; align-items: center; - line-height: 1.43; + line-height: 1.3; } h1 {