From 420cf6a374ce70f74b3cf515235415b4cabe854f Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 20 Apr 2023 16:47:45 -0400 Subject: [PATCH] update links --- pelicanconf.py | 4 +--- themes/solarized/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index fcda783..0081bdf 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -17,13 +17,11 @@ MENUITEMS = [ ] LINKS = ( ('Code', 'https://gitea.tyrel.dev/'), - ('Wiki', 'https://tyrel.website/wiki/'), ('Flying Blog', 'https://k3tas.radio/airband/'), - ('Photos', 'https://tyrel.website/photos'), + ('Photos', 'https://www.flickr.com/photos/tyrelsouza/albums'), ('LinkedIN', 'https://www.linkedin.com/in/tyrel-souza/'), ) SOCIAL = ( - ('Twitter', 'https://www.twitter.com/tyrelsouza'), ('Instagram', 'https://www.instagram.com/tyrelsouza'), ('GoodReads', 'https://www.goodreads.com/user/show/24381583-tyrel-souza'), ) diff --git a/themes/solarized/templates/base.html b/themes/solarized/templates/base.html index 947266a..d67dbae 100644 --- a/themes/solarized/templates/base.html +++ b/themes/solarized/templates/base.html @@ -75,7 +75,7 @@
  • {{ name }}
  • {% endfor %}
  • Fediverse
  • -
  • Mastodon
  • +
  • Pixelfed
  • {% if FEED_ALL_ATOM %}
  • Atom Feed
  • {% endif %}