diff options
Diffstat (limited to 'templates/thought.html.j2')
| -rw-r--r-- | templates/thought.html.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/thought.html.j2 b/templates/thought.html.j2 index a6953e2..9310d85 100644 --- a/templates/thought.html.j2 +++ b/templates/thought.html.j2 @@ -5,13 +5,13 @@ {% if contents_html != "" %} <h5>contents:</h5> <div id="contents"> - {{ contents_html|safe}} + {{ contents_html|safe }} </div> {% endif %} - <h5>this category:<h5> + <h5>this category:</h5> <ul> <li><b><a href="{{'/thoughts#'+category.replace(' ', '_')}}">{{category}}</a></b></li> </ul> </aside> - {{md_html|safe}} + {{ md_html|safe }} {% endblock %} |
