X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Ftemplates%2Farticle.html;h=9829434a90634d7a5a2f9c316664db0b826f744f;hp=2c2c4f86a7a51b29c4a1b7e1f940e6c33de557c0;hb=0f9374a08228965c207e0d77fd5adc701a3b461b;hpb=bdb2524cd535aa3bfde9235e18d1535eb612f41b diff --git a/theme/templates/article.html b/theme/templates/article.html index 2c2c4f8..9829434 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 }} ★ {{ 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 %} + +
{% endblock %}