Fix lite theme to work with Obsidian

This commit is contained in:
2022-05-19 16:32:58 -06:00
parent 10854db21e
commit 51fd055576
11 changed files with 45 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
Hi, I'm Tanner! I like home automation, privacy, bots,
Python, <a href=d>sensors*</a>, Debian, coffee, and makerspaces.
<pre style=font:unset>Hi, I'm Tanner! I like home automation, privacy, bots,
Python, <a href=d>sensors</a>, Debian, coffee, and makerspaces.
Please sign my <a href=g>Guest Book</a>!
@@ -18,14 +18,13 @@ BSc. Electrical Engineering from University of Calgary
Projects
<a href=q>QotNews*
<a href=n>Notica*
<a href=m>Spaceport*
<a href=t>t0txt*
{% for article in articles_page.object_list if article.category.name == 'Projects' %}
{% if loop.index <= 4 %}
<a href={{ article.url }}>{{ article.title }}
{% endif %}
{% endfor %}
<a href=y>[more]</a>
* external link
Creations
{% for article in articles_page.object_list if article.category.name == 'Creations' %}