Merge pull request #1516 from nunocoracao/1510-copyright-in-footer-no-longer-accepts-markdown

🐛 fix copyright in footer no longer accepts markdown
This commit is contained in:
Nuno Coração 2024-06-03 23:20:17 +01:00 committed by GitHub
commit 0033750d1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
{{ 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 }}
{{- else }}
&copy;
{{ now.Format "2006" }}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "hugo-blowfish-theme",
"version": "2.69.0",
"version": "2.70.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hugo-blowfish-theme",
"version": "2.69.0",
"version": "2.70.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {