summaryrefslogtreecommitdiffstats
path: root/src/templates/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/entry.html')
-rw-r--r--src/templates/entry.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/templates/entry.html b/src/templates/entry.html
index 83dad5a..fe4cbfc 100644
--- a/src/templates/entry.html
+++ b/src/templates/entry.html
@@ -22,23 +22,19 @@
<time itemprop="datePublished" datetime="{{ page.date.strftime('%Y-%m-%d') }}">
{{ page.date.strftime('%Y-%m-%d') }}
</time>
+ </div>
+
+ {{ page.body }}
+ <div class="botinfo">
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
{% if page.author_link %}
- by <a itemprop="name" rel="author" href="{{ page.author_link }}">{{ page.author }}</a>
+ — <a itemprop="name" rel="author" href="{{ page.author_link }}">{{ page.author }}</a>
{% else %}
- by {{ page.author }}
+ — {{ page.author }}
{% endif %}
</span>
</div>
-
- {{ page.body }}
</article>
- <script data-isso="https://theos.kyriasis.com/isso/"
- data-isso-css="false"
- data-isso-vote="true"
- src="https://theos.kyriasis.com/isso/js/embed.min.js"></script>
- <section id="isso-thread" class="botborder"></section>
-
{% endblock content %}