mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
feat: add iconWidth support to site
This commit is contained in:
parent
13e69e5662
commit
58ca3534dd
@ -163,6 +163,7 @@ params:
|
||||
# text: "Home"
|
||||
# icon: icon.png
|
||||
# iconHeight: 35
|
||||
# iconWidth: 35
|
||||
|
||||
# analytics:
|
||||
# google:
|
||||
|
@ -186,6 +186,7 @@ params:
|
||||
text: "Home"
|
||||
icon: /apple-touch-icon.png
|
||||
iconHeight: 35
|
||||
iconWidth: 35
|
||||
|
||||
# profile-mode
|
||||
profileMode:
|
||||
|
@ -70,7 +70,8 @@ weight: 5
|
||||
| ------------------ | ------- | ----------------------- | ------------------------------------------------ |
|
||||
| `label.text` | string | 'Home' | To display different label text other than title |
|
||||
| `label.icon` | string | '/apple-touch-icon.png' | To display a logo image in label |
|
||||
| `label.iconHeight` | integer | 35 | To set size of label logo image |
|
||||
| `label.iconHeight` | integer | 35 | To set height of label logo image |
|
||||
| `label.iconWidth` | integer | 35 | To set width of label logo image |
|
||||
|
||||
#### profileMode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user