hugo-theme-noteworthy/layouts/partials/footer-mobile.html

13 lines
613 B
HTML
Raw Permalink Normal View History

2020-02-02 17:13:02 +00:00
<footer class="footer-mobile">
{{ partial "social.html" . }}
<div class="footer-mobile-links">
2025-02-19 09:15:40 +00:00
<p><a href="https://git.ivayloivanov.eu/ivo/hugo-theme-noteworthy" target="_blank" rel="noopener">{{ i18n "noteworthy_theme" }}</a></p>
2020-02-02 17:13:02 +00:00
<span class="divider-bar">|</span>
2020-04-20 08:15:04 +00:00
<p><a href="https://gohugo.io" target="_blank" rel="noopener">{{ i18n "built_with_hugo" }}</a></p>
2020-02-02 17:13:02 +00:00
</div>
{{ $script := resources.Get "js/main.js" | minify | fingerprint -}}
<script src="{{ $script.Permalink }}" {{ printf "integrity=%q" $script.Data.Integrity | safeHTMLAttr }} crossorigin="anonymous"></script>
2020-04-20 08:15:04 +00:00
</footer>