mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
17 lines
734 B
HTML
17 lines
734 B
HTML
<footer>
|
|
<p>
|
|
© {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }}.
|
|
Powered by <a href="https://gohugo.io/">Hugo</a>
|
|
using a modified version of the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
|
|
</p>
|
|
</footer>
|
|
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
tex2jax: {inlineMath: [['$','$']]}
|
|
});
|
|
</script>
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>
|
|
<script async src="https://dash.brandonrozek.com/tracker.js" data-ackee-server="https://dash.brandonrozek.com" data-ackee-domain-id="d5c3c357-4915-4d5c-b792-e061b76f8186"></script>
|
|
{{- range .Site.Params.custom_js -}}
|
|
<script src="{{ . }}"></script>
|
|
{{ end }}
|