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 |     margin-inline-end: 1px | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .footer span:last-child { | ||||||
|  |     white-space: nowrap; | ||||||
|  | } | ||||||
|  |  | ||||||
| .footer a { | .footer a { | ||||||
|     color: inherit; |     color: inherit; | ||||||
|     border-bottom: 1px solid var(--secondary) |     border-bottom: 1px solid var(--secondary) | ||||||
|   | |||||||
| @@ -4,10 +4,11 @@ | |||||||
|     {{- else }} |     {{- else }} | ||||||
|     <span>© {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a></span> |     <span>© {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a></span> | ||||||
|     {{- end }} |     {{- end }} | ||||||
|     <span>·</span> |     <span> | ||||||
|     <span>Powered by <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a></span> |         Powered by | ||||||
|     <span>·</span> |         <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> & | ||||||
|     <span>Theme <a href="https://git.io/hugopapermod" rel="noopener" target="_blank">PaperMod</a></span> |         <a href="https://git.io/hugopapermod" rel="noopener" target="_blank">PaperMod</a> | ||||||
|  |     </span> | ||||||
| </footer> | </footer> | ||||||
|  |  | ||||||
| {{- if (not .Site.Params.disableScrollToTop) }} | {{- if (not .Site.Params.disableScrollToTop) }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange