aboutsummaryrefslogtreecommitdiffstats
path: root/templates/thoughts.jinja
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-12-22 20:00:42 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-12-22 20:00:42 +0000
commitef58448458b3b31bec242f8e02babf761093d066 (patch)
tree79720a5885716b2945354ebe2614275abf56abab /templates/thoughts.jinja
parentf7243e089b88cbc113dc57a15f986083500004a7 (diff)
downloadboymoder.blog-ef58448458b3b31bec242f8e02babf761093d066.tar.gz
boymoder.blog-ef58448458b3b31bec242f8e02babf761093d066.zip
fixed new git linking
Diffstat (limited to 'templates/thoughts.jinja')
-rw-r--r--templates/thoughts.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/thoughts.jinja b/templates/thoughts.jinja
index bdbe854..0a1e4de 100644
--- a/templates/thoughts.jinja
+++ b/templates/thoughts.jinja
@@ -1,4 +1,4 @@
-{% extends "template.html" %}
+{% extends "template.jinja" %}
{% block content %}
{% for category_name, thoughts in tree.items() %}
<h3 id="{{category_name.replace(' ', '_')}}">{{category_name}}</h3>