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

9 lines
365 B
HTML
Raw Permalink Normal View History

2020-02-02 17:13:02 +00:00
<footer class="footer">
{{ partial "social.html" . }}
<p><a href="https://git.ivayloivanov.eu/ivo/hugo-theme-noteworthy" target="_blank" rel="noopener">{{ i18n "noteworthy_theme" }}</a></p>
2020-04-18 16:25:41 +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
2024-11-29 13:56:18 +00:00
<script src="{{ "/" | relURL }}js/main.js"></script>
2020-04-18 16:25:41 +00:00
</footer>