X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Ftemplates%2Farticle.html;h=9829434a90634d7a5a2f9c316664db0b826f744f;hp=6869f3f06fd8154b95923cb7d4a76cbfad1971fe;hb=0f9374a08228965c207e0d77fd5adc701a3b461b;hpb=c0423b325bfab128a28b4d19a3c51b7b418832a8 diff --git a/theme/templates/article.html b/theme/templates/article.html index 6869f3f..9829434 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -1,49 +1,44 @@ {% 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 }}
-

- Tweet - -

- - {% if DISQUS_SITENAME %} -
-

Comments !

-
- -
- {% endif %} - -{% endblock %} \ No newline at end of file +

+ + Tweet + + + + + Submit to Reddit + +

+

+ (Post revision history) +

+ + +
+ +{% endblock %}