Force entry URL in disqus link
This commit is contained in:
parent
faf958c401
commit
7deef7d62b
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue