mirror of
				https://github.com/Brandon-Rozek/website-theme.git
				synced 2025-10-31 09:51:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			553 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			553 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>
 | |
| {{- range .Site.Params.custom_js -}}
 | |
| <script src="{{ . }}"></script>
 | |
| {{ end }}
 |