explain comment syntax options
[Ultimately_Untrue_Thought.git] / theme / templates / article.html
index 2069815..c1c249d 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% block title %}{{ article.title }} ★ {{ SITENAME }}{% endblock %}
+{% block title %}{{ article.title|striptags }} ★ {{ SITENAME }}{% endblock %}
 
 {% block extra_meta %}
 
@@ -32,6 +32,7 @@
           <a style="font-size: 80%;" href="http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=history;f=content/{{ article.date.year }}/{{ article.slug }}.md;hb=HEAD">(Post revision history)</a>
         </p>
 
+        <p>Comments permit <a href="https://www.markdownguide.org/basic-syntax/#emphasis">Markdown</a> or HTML formatting.</p>
         <script data-isso="//unremediatedgender.space/isso"
                 data-isso-reply-to-self="true"
                 data-isso-require-author="true"