summaryrefslogtreecommitdiff
path: root/templates/thought.html.j2
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-03-12 01:27:02 +0100
committeryuzu-eva <cafebabe@disroot.org>2025-03-12 01:27:02 +0100
commit8c8e99798c76c3327f7c76b859eec6a9f1ceafe9 (patch)
tree9e86994ce1cf27dd612d1e18f2c1e1ffc1be4001 /templates/thought.html.j2
parent50b26ac9bb1c9b1eaa9f88a9a23303deddb60a46 (diff)
updated css
Diffstat (limited to 'templates/thought.html.j2')
-rw-r--r--templates/thought.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/thought.html.j2 b/templates/thought.html.j2
index 9310d85..3823805 100644
--- a/templates/thought.html.j2
+++ b/templates/thought.html.j2
@@ -3,12 +3,12 @@
<aside>
<h4>{{datetime}}</h4>
{% if contents_html != "" %}
- <h5>contents:</h5>
+ <h4>contents:</h4>
<div id="contents">
{{ contents_html|safe }}
</div>
{% endif %}
- <h5>this category:</h5>
+ <h4>this category:</h4>
<ul>
<li><b><a href="{{'/thoughts#'+category.replace(' ', '_')}}">{{category}}</a></b></li>
</ul>