mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Don't auto titlelify button text #842
This commit is contained in:
		| @@ -34,8 +34,8 @@ | |||||||
|         {{- with .buttons }} |         {{- with .buttons }} | ||||||
|         <div class="buttons"> |         <div class="buttons"> | ||||||
|             {{- range . }} |             {{- range . }} | ||||||
|             <a class="button" href="{{ trim .url " " }}" rel="noopener" title="{{ .name | title }}"> |             <a class="button" href="{{ trim .url " " }}" rel="noopener" title="{{ .name }}"> | ||||||
|                 <span class="button-inner">{{ .name | title }}</span> |                 <span class="button-inner">{{ .name }}</span> | ||||||
|             </a> |             </a> | ||||||
|             {{- end }} |             {{- end }} | ||||||
|         </div> |         </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange