Fix lite theme to work with Obsidian
This commit is contained in:
@@ -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' %}
|
||||
|
Reference in New Issue
Block a user