Set permalink (comment ID) correctly
This commit is contained in:
parent
9228dbb7bf
commit
2145111b06
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
#}
|
#}
|
||||||
<mark class="hidden is-primary" data-comment-timestamp="{{ new_indicator_timestamp }}"></mark>
|
<mark class="hidden is-primary" data-comment-timestamp="{{ new_indicator_timestamp }}"></mark>
|
||||||
|
|
||||||
<p><small><a href="{{ url }}" class="u-url" rel="bookmark" title="Permalink"><ion-icon name="link" aria-hidden="true"></ion-icon><span class="visually-hidden">Permalink</a></small></p>
|
<p><small><a href="#comment-{{ comment.id }}" class="u-url" rel="bookmark" title="Permalink"><ion-icon name="link" aria-hidden="true"></ion-icon><span class="visually-hidden">Permalink</a></small></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="media-content">
|
<div class="media-content">
|
||||||
{% if title %}
|
{% if title %}
|
||||||
|
|
Loading…
Reference in a new issue