mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 19:55:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			872 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			872 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{- if not (.Param "hideFooter") }}
 | |
| <footer class="footer">
 | |
|     {{- if site.Copyright }}
 | |
|     <span>{{ site.Copyright | markdownify }}</span>
 | |
|     {{- else }}
 | |
|     <span>© {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
 | |
|     {{- end }}
 | |
|     <span>
 | |
|         - Powered by
 | |
|         <a href="https://gohugo.io/" rel="noopener noreferrer">Hugo</a> &
 | |
|         <a href="https://github.com/Wonderfall/hugo-WonderMod/" rel="noopener">WonderMod</a>
 | |
|     </span>
 | |
| </footer>
 | |
| {{- end }}
 | |
| 
 | |
| {{- if (not site.Params.disableScrollToTop) }}
 | |
| <a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
 | |
|     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
 | |
|         <path d="M12 6H0l6-6z" />
 | |
|     </svg>
 | |
| </a>
 | |
| {{- end }}
 | |
| 
 | |
| {{- partial "extend_footer.html" . }}
 | |
| 
 | |
| {{- partial "script.html" . }}
 | 
