diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-03-12 00:50:54 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-03-12 00:50:54 +0100 |
| commit | 50b26ac9bb1c9b1eaa9f88a9a23303deddb60a46 (patch) | |
| tree | 953864fa02d10474fbd2c98ca502d572a9a742d8 /templates/thought.html.j2 | |
| parent | f283598c5a6203c11130cc6aacc1a60da21bd0d2 (diff) | |
fixed markdown issue in get_headers()
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 %} |
