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