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 }}