From cf17b0ecce1987bbc1753ad1c39605e248852271 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Tue, 25 Jul 2023 22:19:25 +0100 Subject: [PATCH] Yet more h-entry fun --- themes/hello-friend-ng/assets/scss/_single.scss | 11 ++++++++++- .../hello-friend-ng/layouts/partials/logo.html | 2 +- themes/hello-friend-ng/layouts/posts/single.html | 16 ++++++++++------ 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/themes/hello-friend-ng/assets/scss/_single.scss b/themes/hello-friend-ng/assets/scss/_single.scss index 5c4007db..c7a050ff 100644 --- a/themes/hello-friend-ng/assets/scss/_single.scss +++ b/themes/hello-friend-ng/assets/scss/_single.scss @@ -53,9 +53,10 @@ } } - &-excerpt { + &-summary { color: grey; font-style: italic; + display: none; } &-info { @@ -89,6 +90,14 @@ width: 1em; height: 1em; } + + .permalink a { + text-decoration: none; + } + + .author { + display: none; + } } &-audio { diff --git a/themes/hello-friend-ng/layouts/partials/logo.html b/themes/hello-friend-ng/layouts/partials/logo.html index 4e89d6fa..83ce4bc3 100644 --- a/themes/hello-friend-ng/layouts/partials/logo.html +++ b/themes/hello-friend-ng/layouts/partials/logo.html @@ -1,4 +1,4 @@ - {{ end }} -
+
{{ .Content }}