From b6a464679afb568b0779efd3ba3cf083679c3a3f Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Sun, 24 May 2020 10:08:44 +0200 Subject: [PATCH] Small fix --- layouts/_default/single.html | 1 + layouts/partials/authorbox.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e3f70c2..2506df5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,6 +1,7 @@ {{ define "main" }}
+ {{ with .Title }}

{{ . }}

{{ end }} diff --git a/layouts/partials/authorbox.html b/layouts/partials/authorbox.html index 576c9b0..44d8fea 100644 --- a/layouts/partials/authorbox.html +++ b/layouts/partials/authorbox.html @@ -1,7 +1,7 @@ {{ with .Site.Author }}
{{ if .avatar }} - + {{ end }} {{ if .name }} {{ if .link }}