mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +01:00 
			
		
		
		
	footer: implement user-defined copyright (#23)
This commit is contained in:
		| @@ -1,5 +1,9 @@ | ||||
| <footer class="footer"> | ||||
|     {{- if .Site.Copyright }} | ||||
|     <span>{{ .Site.Copyright | markdownify }}</span> | ||||
|     {{- else }} | ||||
|     <span>© {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a></span> | ||||
|     {{- end }} | ||||
|     <span>·</span> | ||||
|     <span>Powered by <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo️️</a>️</span> | ||||
|     <span>·</span> | ||||
| @@ -62,4 +66,4 @@ | ||||
| <script> | ||||
|     localStorage.removeItem("pref-theme"); | ||||
| </script> | ||||
| {{- end }} | ||||
| {{- end }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kian Kasad
					Kian Kasad