mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-21 15:56:29 -05:00
12 lines
418 B
HTML
12 lines
418 B
HTML
|
<footer>
|
||
|
<p>
|
||
|
© {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }}.
|
||
|
Powered by <a href="https://gohugo.io/" target="_blank">Hugo</a>
|
||
|
using the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
|
||
|
</p>
|
||
|
</footer>
|
||
|
<script src="{{ .Site.BaseURL }}js/main.js"></script>
|
||
|
{{- range .Site.Params.custom_js -}}
|
||
|
<script src="{{ $.Site.BaseURL }}{{ . }}"></script>
|
||
|
{{ end }}
|