Add subpages, and wine crate coffee table

This commit is contained in:
2022-02-14 23:01:50 +00:00
parent 25a2de77a1
commit 42cbd0e54a
17 changed files with 180 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
Hi, I'm Tanner! I like home automation, bots, privacy,
Python, Debian, coffee, and makerspaces.
Hi, I'm Tanner! I like home automation, <a href=d>sensors</a>, bots,
privacy, Python, Debian, coffee, and makerspaces.
Please sign my <a href=g>Guest Book</a>!
@@ -22,20 +22,23 @@ Projects
<a href=n>Notica*
<a href=m>Spaceport*
<a href=t>t0txt*
<a href=s>standardnotes-fs*</a>
<a href=y>[more]</a>
* external link
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=z>[more]
</a>
Writing
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
<a href={{ article.url }}>{{ article.title }}
{% endfor %}
<a href=x>[Text Files]
<a href=x>[more]
{% endblock %}