Move to 302 nginx redirects so RSS doesn't break

This commit is contained in:
2024-01-25 14:29:38 -08:00
parent c059b3164a
commit b432b3f31d
38 changed files with 27 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
<link rel=icon href=data:><meta name=viewport content=width=1%><pre style=font:unset>Hi, I'm <a href=a>Tanner</a>! I like home automation, bots, Python,
Debian, coffee, <a href=d>sensors</a>, and makerspaces.
Debian, coffee, <a href=s>sensors</a>, and makerspaces.
Please sign my <a href=g>Guest Book</a>!
@@ -14,27 +14,24 @@ BSc Electrical Engineering - University of Calgary
Blog
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
{% if loop.index <= 4 %}
<a href={{ article.url }}>{{ article.title }}
{% endif %}
{% endfor %}
<a href=p>Bypassing ISP Blocked Ports
<a href=j>Japan Photography
<a href=2>ChatGPT Peanut Butter Cookies
<a href=h>Hydroponics
<a href=x>[more]</a>
Projects
{% for article in articles_page.object_list|selectattr('category.name', '==', 'Projects')|sort(attribute='order') %}
{% if loop.index <= 4 %}
<a href={{ article.url }}>{{ article.title }}
{% endif %}
{% endfor %}
<a href=q>QotNews
<a href=m>Spaceport
<a href=t>t0txt
<a href=n>Notica
<a href=y>[more]</a>
Creations
{% for article in articles_page.object_list if article.category.name == 'Creations' %}
{% if loop.index <= 4 %}
<a href={{ article.url }}>{{ article.title }}
{% endif %}
{% endfor %}
<a href=7>Fake Dog for Home Security
<a href=5>Garage Door Opener Hack
<a href=3>Theatre Acoustic Panels
<a href=0>Wine Crate Coffee Table
<a href=z>[more]