mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	profile-mode : add buttons
ex.
params:
  profileMode:
    buttons:
      - name: Archive
        url: "/archive"
      - name: Github
        url: "https://github.com/"
			
			
This commit is contained in:
		| @@ -12,5 +12,10 @@ | ||||
|             {{ partial "social-icons.html" . }} | ||||
|         </div> | ||||
|         {{- end }} | ||||
|         {{- with .Site.Params.profileMode.buttons }} | ||||
|         <div class="buttons"> | ||||
|             {{ partial "indexProfileButtons.html" . }} | ||||
|         </div> | ||||
|         {{- end }} | ||||
|     </div> | ||||
| </div> | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange