Closed HengryYang closed 11 months ago
Late reply but you need to add your social links in the LINKS
variable instead SOCIAL
.
Create a tuple and add your links there.
e.g.
LINKS = (('example', 'https://example.com')
('...', 'https://example.net'))
Thanks for the helpful suggestion, @rilysh! 😊
Thanks too @rilysh! 😊
I tried to modify the social ink in pelicanconf.py:
SOCIAL = (('anything', 'social_link_here'),)
But there's no social link area on "bricks" theme home page, or any other page.
Am I doing this wrong, or is there just no this feature? Thx!