From b092e404c0ac607c4825758d8e082447fbc44d60 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Thu, 5 Sep 2019 17:01:57 +0200 Subject: [PATCH] Fix h-entry to include authorbox --- assets/css/style.scss | 1 + layouts/_default/single.html | 6 +++--- layouts/links/single.html | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index 22daece..bafe530 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -670,6 +670,7 @@ select { padding-top: 25px; padding-bottom: 25px; margin-bottom: 25px; + @include color-border(border-top, 1px, solid, border); @include color-border(border-bottom, 1px, solid, border); display: flex; @media screen and (max-width: $break1) { diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 929cc08..3950794 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,6 +1,6 @@ {{ define "main" }} -
-
+
+

{{ .Title }}

{{ with partial "post_meta.html" . -}} @@ -15,8 +15,8 @@ {{ partial "post_tags.html" . }}
+ {{ partial "authorbox.html" . }}
{{ partial "webmentionform" . }} -{{ partial "authorbox.html" . }} {{ partial "post_nav.html" . }} {{ end }} \ No newline at end of file diff --git a/layouts/links/single.html b/layouts/links/single.html index 98861f2..9da59aa 100644 --- a/layouts/links/single.html +++ b/layouts/links/single.html @@ -1,6 +1,6 @@ {{ define "main" }} -
-
+
+

{{ .Title }}

{{ with partial "post_meta.html" . -}} @@ -13,8 +13,8 @@ {{ partial "post_tags.html" . }}
+ {{ partial "authorbox.html" . }}
{{ partial "webmentionform" . }} -{{ partial "authorbox.html" . }} {{ partial "post_nav.html" . }} {{ end }} \ No newline at end of file