Force entry URL in disqus link

This commit is contained in:
Felipe M 2016-12-20 10:26:19 +01:00
parent faf958c401
commit 7deef7d62b

View file

@ -3,7 +3,7 @@
<article class="blog-post center"> <article class="blog-post center">
<h1><a href="{{ post|url }}">{{ post.title }}</a></h1> <h1><a href="{{ post|url }}">{{ post.title }}</a></h1>
<div class="info"> <div class="info">
Published on {{ post.pub_date }} with <a href="#disqus_thread">no comments.</a> Published on {{ post.pub_date }} with <a href="{{ post|url }}#disqus_thread">no comments.</a>
</div> </div>
<div class="content"> <div class="content">
{% if from_index and summary|length > 1 %} {% if from_index and summary|length > 1 %}