add social link

This commit is contained in:
error 2024-01-06 14:26:04 +01:00
parent dd923c5446
commit 7b0cd1dc2c

View File

@ -53,8 +53,7 @@ LINKS = (('credits', '/credits'),
DESCRIPTION = "If, as Adam Savage famously put it, the only difference between screwing around and science is writing it down, I should write about my projects somewhere." DESCRIPTION = "If, as Adam Savage famously put it, the only difference between screwing around and science is writing it down, I should write about my projects somewhere."
# Social widget # Social widget
SOCIAL = (('You can add links in your config file', '#'), SOCIAL = (('Mastodon', 'https://chaos.social/@Error'),)
('Another social link', '#'),)
DEFAULT_PAGINATION = False DEFAULT_PAGINATION = False