website-theme/layouts/partials/footer.html

18 lines
744 B
HTML
Raw Normal View History

2018-09-23 07:11:35 -04:00
<footer>
2019-03-23 03:18:03 -04:00
<p>
&copy; {{ .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.
2019-03-23 03:18:03 -04:00
</p>
2018-09-23 07:11:35 -04:00
</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>
2020-05-02 18:35:31 -04:00
<script async src="https://analytics.brandonrozek.com/tracker.js" data-ackee-server="https://analytics.brandonrozek.com" data-ackee-domain-id="d5c3c357-4915-4d5c-b792-e061b76f8186"></script>
2018-09-23 07:11:35 -04:00
{{- range .Site.Params.custom_js -}}
<script src="{{ . }}"></script>
2018-09-23 07:11:35 -04:00
{{ end }}