Remove colons, save 4 bytes

This commit is contained in:
Tanner Collin 2022-02-12 22:36:15 +00:00
parent 3e2f9c0684
commit 25a2de77a1

View File

@ -8,7 +8,7 @@ Please sign my <a href=g>Guest Book</a>!
Email: site3@tannercollin.com Email: site3@tannercollin.com
Telegram: @tannercollin Telegram: @tannercollin
Resume: Resume
Firmware Engineer at Cabana Blockchain, 2018- Firmware Engineer at Cabana Blockchain, 2018-
Lead Hardware Engineer at Critical Control, 2016-2018 Lead Hardware Engineer at Critical Control, 2016-2018
@ -16,7 +16,7 @@ Electrical Engineer at Opener Aero, 2016-2016
Electrical Engineer Intern at Pason Systems, 2014-2015 Electrical Engineer Intern at Pason Systems, 2014-2015
BSc. Electrical Engineering from University of Calgary BSc. Electrical Engineering from University of Calgary
Projects: Projects
<a href=q>QotNews* <a href=q>QotNews*
<a href=n>Notica* <a href=n>Notica*
@ -26,13 +26,13 @@ Projects:
* external link * external link
Creations: Creations
{% for article in articles_page.object_list if article.category.name == 'Creations' %} {% for article in articles_page.object_list if article.category.name == 'Creations' %}
<a href={{ article.url }}>{{ article.title }} <a href={{ article.url }}>{{ article.title }}
{% endfor %} {% endfor %}
</a> </a>
Writing: Writing
{% for article in articles_page.object_list if article.category.name == 'Writing' %} {% for article in articles_page.object_list if article.category.name == 'Writing' %}
<a href={{ article.url }}>{{ article.title }} <a href={{ article.url }}>{{ article.title }}