update links

This commit is contained in:
Tyrel Souza 2023-04-20 16:47:45 -04:00
parent 6465f4d39f
commit 420cf6a374
No known key found for this signature in database
GPG Key ID: F6582CF1308A2360
2 changed files with 2 additions and 4 deletions

View File

@ -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'),
)

View File

@ -75,7 +75,7 @@
<li><a href="{{ link }}">{{ name }}</a></li>
{% endfor %}
<li><a rel="me" href="https://social.tyrel.dev/tyrel">Fediverse</a></li>
<li><a rel="me" href="https://mastodon.social/@tyrel">Mastodon</a></li>
<li><a rel="me" href="https://pixelfed.social/@tyrel">Pixelfed</a></li>
{% if FEED_ALL_ATOM %}
<li><a href="{{ FEED_DOMAIN }}/{% if FEED_ALL_ATOM_URL %}{{ FEED_ALL_ATOM_URL }}{% else %}{{ FEED_ALL_ATOM }}{% endif %}" type="application/atom+xml" rel="alternate">Atom Feed</a></li>
{% endif %}