mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-05 01:03:46 -04:00
profile-mode : add buttons
ex. params: profileMode: buttons: - name: Archive url: "/archive" - name: Github url: "https://github.com/"
This commit is contained in:
parent
47126e37d5
commit
df457f7514
3 changed files with 33 additions and 1 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue