mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +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