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

- Tweet - -

- - {% if DISQUS_SITENAME %} -
-

Comments !

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

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

+

+ (Post revision history) +

+ + +
+ +{% endblock %}