mirror of
				https://github.com/Brandon-Rozek/website-theme.git
				synced 2025-10-31 09:51:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			327 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			327 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <footer>
 | |
|     <p>
 | |
|         © {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }}. 
 | |
|         Powered by <a href="https://gohugo.io/">Hugo</a>
 | |
|         using the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
 | |
|     </p>
 | |
| </footer>
 | |
| {{- range .Site.Params.custom_js -}}
 | |
| <script src="{{ . }}"></script>
 | |
| {{ end }}
 |