summaryrefslogtreecommitdiff
path: root/templates/thought.html.j2
diff options
context:
space:
mode:
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>