mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	 df457f7514
			
		
	
	df457f7514
	
	
	
		
			
			ex.
params:
  profileMode:
    buttons:
      - name: Archive
        url: "/archive"
      - name: Github
        url: "https://github.com/"
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			191 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			191 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ range . -}}
 | |
| <span class="button">
 | |
|     <a href="{{ .url }}" rel="noopener" title="{{ .name | humanize }}">
 | |
|         <span class="button-inner">{{ .name }}</span>
 | |
|     </a>
 | |
| </span>
 | |
| {{- end -}} |