Add subpages, and wine crate coffee table
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user