From 087660bdbbb400f88296b6aa7bf0c308b112907b Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 27 Jan 2025 04:05:03 +0100 Subject: [PATCH] added more content --- pelicanconf.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 1d8817e..243effb 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -27,10 +27,9 @@ THEME = 'themes/business' # Blogroll LINKS = ( - ("Pelican", "https://getpelican.com/"), - ("Python.org", "https://www.python.org/"), - ("Jinja2", "https://palletsprojects.com/p/jinja/"), - ("You can modify those links in your config file", "#"), + ("Org", "https://hadan-it.com"), + ("Docs", "https://docs.hadan-it.com"), + ("RSS", "https://blog.codeberg.org/feeds/all.atom.xml"), ) # Social widget