explain comment syntax options
[Ultimately_Untrue_Thought.git] / theme / templates / article.html
index fd28b3c..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 %}
 
           <!-- Reddit social -->
           <a href="http://www.reddit.com/submit?url=unremediatedgender.space/{{ article.url }}&title={{ article.title }}" target="_blank" title="Submit to Reddit">
             <img alt="Submit to Reddit"
-                 {# TODO: can store Reddit icon in theme directory rather than with blog images proper?? #}
-                 src="/images/reddit.svg" height="30px"/>
+                 src="/theme/images/icons/reddit.svg" height="30px"/>
           </a>
         </p>
         <p>
           <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"
                 data-isso-require-email="true"
+                data-isso-feed="true" {# TODO: why doesn't the feed link work?! #}
                 src="//unremediatedgender.space/isso/js/embed.min.js"></script>
         <section id="isso-thread"></section>