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