mirror of
				https://github.com/Brandon-Rozek/website-theme.git
				synced 2025-10-30 17:31:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			507 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			507 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 async src="https://dash.brandonrozek.com/tracker.js" data-ackee-server="https://dash.brandonrozek.com" data-ackee-domain-id="41f92524-47ad-497b-b342-a8c296e4b11b"></script>
 | |
| {{- range .Site.Params.custom_js -}}
 | |
| <script src="{{ . }}"></script>
 | |
| {{ end }}
 |