mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	add ability to disbale share on certain pages
add disableShare = true in page params --- disableShare: true ---
This commit is contained in:
		| @@ -36,7 +36,7 @@ | ||||
|       {{- end }} | ||||
|     </ul> | ||||
|     {{- end }} | ||||
|     {{ if .Site.Params.ShowShareButtons }} | ||||
|     {{ if (and .Site.Params.ShowShareButtons (ne .Params.disableShare true) ) }} | ||||
|     {{ partial "share-icons.html" . }} | ||||
|     {{ end }} | ||||
|   </footer> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange