1
0
mirror of https://gitlab.com/MisterBiggs/blog.git synced 2025-08-03 12:01:31 +00:00
Files
blog/blog/themes/hugo-swift-theme/layouts/partials/footer.html
2019-08-08 22:44:23 -07:00

9 lines
458 B
HTML

<footer class = 'footer'>
<div class = 'footer_inner wrap pale'>
<p>&copy; <span class = 'year'></span> {{ .Site.Title }}</p>
<p>Designed by <a href = '{{ .Site.Data.designer.url }}' target = '_blank' title = 'Linkedin Profile' rel = 'nonopener'> {{ .Site.Data.designer.name }}</a></p>
</div>
</footer>
{{ $scripts := resources.Get "js/index.js" | resources.ExecuteAsTemplate "js/index.js" . }}
<script src = '{{ $scripts.Permalink }}'></script>