update links
This commit is contained in:
parent
6465f4d39f
commit
420cf6a374
@ -17,13 +17,11 @@ MENUITEMS = [
|
|||||||
]
|
]
|
||||||
LINKS = (
|
LINKS = (
|
||||||
('Code', 'https://gitea.tyrel.dev/'),
|
('Code', 'https://gitea.tyrel.dev/'),
|
||||||
('Wiki', 'https://tyrel.website/wiki/'),
|
|
||||||
('Flying Blog', 'https://k3tas.radio/airband/'),
|
('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/'),
|
('LinkedIN', 'https://www.linkedin.com/in/tyrel-souza/'),
|
||||||
)
|
)
|
||||||
SOCIAL = (
|
SOCIAL = (
|
||||||
('Twitter', 'https://www.twitter.com/tyrelsouza'),
|
|
||||||
('Instagram', 'https://www.instagram.com/tyrelsouza'),
|
('Instagram', 'https://www.instagram.com/tyrelsouza'),
|
||||||
('GoodReads', 'https://www.goodreads.com/user/show/24381583-tyrel-souza'),
|
('GoodReads', 'https://www.goodreads.com/user/show/24381583-tyrel-souza'),
|
||||||
)
|
)
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
<li><a href="{{ link }}">{{ name }}</a></li>
|
<li><a href="{{ link }}">{{ name }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<li><a rel="me" href="https://social.tyrel.dev/tyrel">Fediverse</a></li>
|
<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 %}
|
{% 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>
|
<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 %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user