recent comments!
[Ultimately_Untrue_Thought.git] / theme / templates / article.html
index 0e6687f..9829434 100644 (file)
@@ -1,20 +1,11 @@
 {% extends "base.html" %}
-{% block title %}{{ article.title }} - {{ SITENAME }}{% endblock %}
+{% block title %}{{ article.title }}  {{ SITENAME }}{% endblock %}
 
 {% block extra_meta %}
 
        <meta name="description" content="{{ article.summary|striptags }}">
-
-{% if PELICAN_SIMPLEGREY_TWITTER_CARD_ACCOUNT %}
-       <meta name="twitter:card" content="summary">
-       <meta name="twitter:creator" content="@{{ PELICAN_SIMPLEGREY_TWITTER_CARD_ACCOUNT }}">
-       <meta name="twitter:title" content="{{ article.title }}">
-       <meta name="twitter:description" content="{{ article.summary|striptags }}">
-       <meta name="twitter:url" content="{{ SITEURL }}/{{ article.url }}">
-{% endif %}
 {% endblock %}
 
-
 {% block content %}
        <article class="full">
 
@@ -32,7 +23,7 @@
           <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
 
           <!-- Reddit social -->
-          <a href="http://www.reddit.com/submit?url={{ SITEURL }}/{{ article.url }}&title={{ article.title }}" target="_blank" title="Submit to Reddit">
+          <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"/>
@@ -46,6 +37,7 @@
                 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>