Change mobile footer theme link

This commit is contained in:
Ivaylo Ivanov 2025-02-19 10:15:40 +01:00
parent fe0251c9ec
commit 8d79528d27

View File

@ -2,7 +2,7 @@
{{ partial "social.html" . }} {{ partial "social.html" . }}
<div class="footer-mobile-links"> <div class="footer-mobile-links">
<p><a href="https://github.com/kimcc/hugo-theme-noteworthy" target="_blank" rel="noopener">{{ i18n "noteworthy_theme" }}</a></p> <p><a href="https://git.ivayloivanov.eu/ivo/hugo-theme-noteworthy" target="_blank" rel="noopener">{{ i18n "noteworthy_theme" }}</a></p>
<span class="divider-bar">|</span> <span class="divider-bar">|</span>
<p><a href="https://gohugo.io" target="_blank" rel="noopener">{{ i18n "built_with_hugo" }}</a></p> <p><a href="https://gohugo.io" target="_blank" rel="noopener">{{ i18n "built_with_hugo" }}</a></p>
</div> </div>