mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 00:52:43 +00:00
Example of nonworking social network add
This commit is contained in:
parent
b06949eb2d
commit
7bafcf27c0
@ -57,7 +57,8 @@ networks = [
|
|||||||
networks = [
|
networks = [
|
||||||
"facebook",
|
"facebook",
|
||||||
"bluesky",
|
"bluesky",
|
||||||
"linkedin"
|
"linkedin",
|
||||||
|
"wikipedia"
|
||||||
]
|
]
|
||||||
|
|
||||||
[params.ananke.social.facebook]
|
[params.ananke.social.facebook]
|
||||||
@ -69,3 +70,13 @@ username = "patrickkollitsch"
|
|||||||
|
|
||||||
[params.ananke.social.bluesky]
|
[params.ananke.social.bluesky]
|
||||||
username = "kollitsch.dev"
|
username = "kollitsch.dev"
|
||||||
|
|
||||||
|
[params.ananke.social.wikipedia]
|
||||||
|
username = "Hugo_(software)"
|
||||||
|
|
||||||
|
[[params.ananke.social.networks]]
|
||||||
|
slug = "wikipedia"
|
||||||
|
label = "Wikipedia"
|
||||||
|
color = "#0645ad"
|
||||||
|
profile = "https://en.wikipedia.org/wiki/%s"
|
||||||
|
icon = "wikipedia-w"
|
Loading…
x
Reference in New Issue
Block a user