From 7b0cd1dc2cf9ef9277bbc7db2f2942324d3fe320 Mon Sep 17 00:00:00 2001 From: error Date: Sat, 6 Jan 2024 14:26:04 +0100 Subject: [PATCH] add social link --- pelicanconf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 0581bdb..77f4a9f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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." # Social widget -SOCIAL = (('You can add links in your config file', '#'), - ('Another social link', '#'),) +SOCIAL = (('Mastodon', 'https://chaos.social/@Error'),) DEFAULT_PAGINATION = False