mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Use less space in footer for 'Powered by' strings;
Don't break the 'Powered by' string in between
This commit is contained in:
		| @@ -17,6 +17,10 @@ | ||||
|     margin-inline-end: 1px | ||||
| } | ||||
|  | ||||
| .footer span:last-child { | ||||
|     white-space: nowrap; | ||||
| } | ||||
|  | ||||
| .footer a { | ||||
|     color: inherit; | ||||
|     border-bottom: 1px solid var(--secondary) | ||||
|   | ||||
| @@ -4,10 +4,11 @@ | ||||
|     {{- 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> | ||||
|     <span>Theme <a href="https://git.io/hugopapermod" rel="noopener" target="_blank">PaperMod</a></span> | ||||
|     <span> | ||||
|         Powered by | ||||
|         <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> & | ||||
|         <a href="https://git.io/hugopapermod" rel="noopener" target="_blank">PaperMod</a> | ||||
|     </span> | ||||
| </footer> | ||||
|  | ||||
| {{- if (not .Site.Params.disableScrollToTop) }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange