diff options
Diffstat (limited to 'themes/default/layouts/partials')
-rw-r--r-- | themes/default/layouts/partials/base-footer.html | 2 | ||||
-rw-r--r-- | themes/default/layouts/partials/base-title.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/base-footer.html b/themes/default/layouts/partials/base-footer.html index 6cac939..bda969c 100644 --- a/themes/default/layouts/partials/base-footer.html +++ b/themes/default/layouts/partials/base-footer.html @@ -5,7 +5,7 @@ {{ if $.IsHome -}} {{ . | markdownify }} {{- else -}} - {{ $author.blogtitle }} + {{ $author.title }} {{- end -}} {{- end }} | Copyright © {{ now.Format "2006"}} diff --git a/themes/default/layouts/partials/base-title.html b/themes/default/layouts/partials/base-title.html index afa17fa..4d5bd92 100644 --- a/themes/default/layouts/partials/base-title.html +++ b/themes/default/layouts/partials/base-title.html @@ -10,6 +10,6 @@ {{ if $.IsHome -}} {{ . }} {{- else -}} - {{ $author.blogtitle }} + {{ $author.title }} {{- end -}} {{- end -}} |