diff options
author | tdro <tdro@noreply.example.com> | 2022-10-05 19:08:34 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-10-05 19:08:34 -0400 |
commit | c5d2526b6a3b44ef3a3b2dbef35095ea0fbf4324 (patch) | |
tree | 9f5dc8b3be33bf6744bf3c3a71ee5c0e86220119 /themes/default/layouts/partials/base-title.html | |
parent | 2aeec6475707eac86b24a9c16499bbe1b0a4d112 (diff) | |
download | canory-0.11.1.tar.gz canory-0.11.1.tar.bz2 canory-0.11.1.zip |
assets/templates/author: blogtitle -> title0.11.1
Diffstat (limited to 'themes/default/layouts/partials/base-title.html')
-rw-r--r-- | themes/default/layouts/partials/base-title.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 -}} |