2020-02-02 17:13:02 +00:00
|
|
|
<footer class="footer">
|
|
|
|
{{ partial "social.html" . }}
|
|
|
|
|
2020-04-18 16:25:41 +00:00
|
|
|
<p><a href="https://github.com/kimcc/hugo-theme-noteworthy" target="_blank" rel="noopener">{{ i18n "noteworthy_theme" }}</a></p>
|
|
|
|
<p><a href="https://gohugo.io" target="_blank" rel="noopener">{{ i18n "built_with_hugo" }}</a></p>
|
2020-02-02 17:13:02 +00:00
|
|
|
|
|
|
|
{{ $script := resources.Get "js/main.js" | minify | fingerprint -}}
|
2020-04-13 14:01:36 +00:00
|
|
|
<script src="{{ $script.Permalink }}" {{ printf "integrity=%q" $script.Data.Integrity | safeHTMLAttr }} crossorigin="anonymous"></script>
|
2020-04-18 16:25:41 +00:00
|
|
|
</footer>
|