X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Ftemplates%2Farticle.html;h=c1c249d122bea80172225232022d49054fd658b0;hp=2c2c4f86a7a51b29c4a1b7e1f940e6c33de557c0;hb=f7d7fb694fd2efd10723d16df2f1e56bfa685e61;hpb=bdb2524cd535aa3bfde9235e18d1535eb612f41b diff --git a/theme/templates/article.html b/theme/templates/article.html index 2c2c4f8..c1c249d 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -1,28 +1,19 @@ {% extends "base.html" %} -{% block title %}{{ article.title }} - {{ SITENAME }}{% endblock %} +{% block title %}{{ article.title|striptags }} ★ {{ SITENAME }}{% endblock %} {% block extra_meta %} - -{% if PELICAN_SIMPLEGREY_TWITTER_CARD_ACCOUNT %} - - - - - -{% endif %} {% endblock %} - {% block content %}
- +

{{ article.title }}

- + {% include 'metadata.inc.html' %} - - {{ article.content }} + + {{ article.content }}
@@ -32,22 +23,22 @@ - + + Submit to Reddit + +

+

+ (Post revision history)

- {% if DISQUS_SITENAME %} -
-

Comments !

-
- -
- {% endif %} +

Comments permit Markdown or HTML formatting.

+ +
{% endblock %}