Fix: Boutons sociaux
This commit is contained in:
parent
9ba085fa5e
commit
e824218877
1 changed files with 2 additions and 1 deletions
|
@ -125,12 +125,13 @@ html_theme = 'nervproject'
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"logoalt": project,
|
"logoalt": project,
|
||||||
"social": [
|
"social": [
|
||||||
|
('solid', 'comment', 'xmpp', 'xmpp:kujiu@kujiu.org'),
|
||||||
('brands', 'twitter', 'twitter', 'http://twitter.com/@kujiu'),
|
('brands', 'twitter', 'twitter', 'http://twitter.com/@kujiu'),
|
||||||
('brands', 'github', 'github', 'http://github.com/kujiu'),
|
|
||||||
('solid', 'mug-hot', 'gitea', 'https://procrastinator.nerv-project.eu/kujiu'),
|
('solid', 'mug-hot', 'gitea', 'https://procrastinator.nerv-project.eu/kujiu'),
|
||||||
('brands', 'mastodon', 'mastodon', 'https://mastodon.kujiu.org/@kujiu'),
|
('brands', 'mastodon', 'mastodon', 'https://mastodon.kujiu.org/@kujiu'),
|
||||||
('solid', 'film', 'peertube', 'https://clap.nerv-project.eu/video-channels/kujiu_channel/videos'),
|
('solid', 'film', 'peertube', 'https://clap.nerv-project.eu/video-channels/kujiu_channel/videos'),
|
||||||
('brands', 'youtube', 'youtube', 'https://www.youtube.com/channel/UC6LcFMVZUOs4WbKvV3p1xVw'),
|
('brands', 'youtube', 'youtube', 'https://www.youtube.com/channel/UC6LcFMVZUOs4WbKvV3p1xVw'),
|
||||||
|
('solid', 'podcast', 'podcasts', 'https://kreskenn.nerv-project.eu/@kujiu'),
|
||||||
('solid', 'rss', 'rss', 'https://www.kujiu.org/blog/atom.xml'),
|
('solid', 'rss', 'rss', 'https://www.kujiu.org/blog/atom.xml'),
|
||||||
('solid', 'envelope', 'newsletter', 'https://e8eb781a.sibforms.com/serve/MUIEAJvJnY3tRS7Nh4RvCneup4b6zYrTqGw3TUsq3igy7_QACEbhSd8G26qTXES6uJS-fGtcGBaji0Os0eWK2CY2it80LrbbXL7WRdNibWlpKtLD2sv43rRROQxdBktxF0qci_7hXvkRuAKLRk_X3NtNCkRUV2prn0BHb4g4tr8vck_yic-nw_ZQlmAPWSrFd1FwGBGTqf1M_Frm'),
|
('solid', 'envelope', 'newsletter', 'https://e8eb781a.sibforms.com/serve/MUIEAJvJnY3tRS7Nh4RvCneup4b6zYrTqGw3TUsq3igy7_QACEbhSd8G26qTXES6uJS-fGtcGBaji0Os0eWK2CY2it80LrbbXL7WRdNibWlpKtLD2sv43rRROQxdBktxF0qci_7hXvkRuAKLRk_X3NtNCkRUV2prn0BHb4g4tr8vck_yic-nw_ZQlmAPWSrFd1FwGBGTqf1M_Frm'),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue