fixed one linke in attribution

This commit is contained in:
Nuno Coração
2022-09-12 21:33:50 +01:00
parent 16d89e212a
commit 925155fb9c
72 changed files with 78 additions and 77 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a>`
}}
{{ $blowfish := printf `<a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
href="https://github.com/nunocoracao/blowfish" target="_blank" rel="noopener noreferrer">Blowfish</a>` }}
href="https://nunocoracao.github.io/blowfish/" target="_blank" rel="noopener noreferrer">Blowfish</a>` }}
{{ i18n "footer.powered_by" (dict "Hugo" $hugo "Theme" $blowfish) | safeHTML }}
</p>
{{ end }}