diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/thought.html.j2 | 4 |
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> |
