Fix Isso errors
This commit is contained in:
parent
1ebff9c5e1
commit
41c0928194
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{% if theme_isso %}
|
||||
<script data-isso="/isso"
|
||||
data-isso-id="{{ ablog.page_url(pagename) }}{% if not ablog.page_url(pagename) or ablog.page_url(pagename).endswith('/') %}index{% endif %}{{ file_suffix }}"
|
||||
<script data-isso="{{ theme_isso['prefix'] }}"
|
||||
data-isso-id="{{ pagename }}"
|
||||
data-isso-css="false"
|
||||
data-isso-lang="{{ theme_isso['lang'] }}"
|
||||
data-isso-reply-to-self="{{ theme_isso['reply_to_self'] }}"
|
||||
|
@ -18,7 +18,7 @@
|
|||
<section class="comments" id="comments">
|
||||
<h2 class="panel">{{ _("Comments") }}</h2>
|
||||
<section id="isso-thread"
|
||||
data-isso-id="{{ ablog.page_url(pagename) }}{% if not ablog.page_url(pagename) or ablog.page_url(pagename).endswith('/') %}index{% endif %}{{ file_suffix }}"
|
||||
data-isso-id="{{ pagename }}"
|
||||
data-title="{{ title }}"
|
||||
></section>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue