aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/base-footer.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-05 19:08:34 -0400
committertdro <tdro@noreply.example.com>2022-10-05 19:08:34 -0400
commitc5d2526b6a3b44ef3a3b2dbef35095ea0fbf4324 (patch)
tree9f5dc8b3be33bf6744bf3c3a71ee5c0e86220119 /themes/default/layouts/partials/base-footer.html
parent2aeec6475707eac86b24a9c16499bbe1b0a4d112 (diff)
downloadcanory-c5d2526b6a3b44ef3a3b2dbef35095ea0fbf4324.tar.gz
canory-c5d2526b6a3b44ef3a3b2dbef35095ea0fbf4324.tar.bz2
canory-c5d2526b6a3b44ef3a3b2dbef35095ea0fbf4324.zip
assets/templates/author: blogtitle -> title0.11.1
Diffstat (limited to 'themes/default/layouts/partials/base-footer.html')
-rw-r--r--themes/default/layouts/partials/base-footer.html2
1 files changed, 1 insertions, 1 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 &copy; {{ now.Format "2006"}}