summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/footer.html
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-26 21:44:28 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-26 21:44:28 +0200
commit58e2c9ae87f09dac79ecf962331ae2c51f4ba7f1 (patch)
treed819d1747427f81d1883a715ec60d13d575053e4 /themes/blowfish/layouts/partials/footer.html
parentb1a7697b03cfb0143af78993387f758836e842bf (diff)
update the theme
Diffstat (limited to 'themes/blowfish/layouts/partials/footer.html')
-rw-r--r--themes/blowfish/layouts/partials/footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/blowfish/layouts/partials/footer.html b/themes/blowfish/layouts/partials/footer.html
index 1f8fc5f..d31cecd 100644
--- a/themes/blowfish/layouts/partials/footer.html
+++ b/themes/blowfish/layouts/partials/footer.html
@@ -13,7 +13,7 @@
{{ partial "icon.html" .Pre }}
</span>
{{ end }}
- {{ .Name | markdownify | emojify }}
+ {{ .Name | markdownify }}
</a>
</li>
{{ end }}
@@ -27,11 +27,11 @@
{{ if .Site.Params.footer.showCopyright | default true }}
<p class="text-sm text-neutral-500 dark:text-neutral-400">
{{- with replace .Site.Params.copyright "{ year }" now.Year }}
- {{ . | emojify | markdownify }}
+ {{ . | markdownify }}
{{- else }}
&copy;
{{ now.Format "2006" }}
- {{ .Site.Author.name | markdownify | emojify }}
+ {{ .Site.Author.name | markdownify }}
{{- end }}
</p>
{{ end }}
@@ -65,4 +65,4 @@
{{ if templates.Exists "partials/extend-footer.html" }}
{{ partialCached "extend-footer.html" . }}
{{ end }}
-</footer> \ No newline at end of file
+</footer>