Implement comments via Isso
This commit is contained in:
@@ -3,6 +3,7 @@ layout: layouts/base.njk
|
||||
---
|
||||
<article class="post">
|
||||
<h1>{{ title | safe }}</h1>
|
||||
{% include "mastodonComments.njk" %}
|
||||
{% if not hideMetadata %}
|
||||
<div class="post-metadata">
|
||||
{% if author %}
|
||||
@@ -41,4 +42,4 @@ layout: layouts/base.njk
|
||||
{% endif %}
|
||||
{{ content | safe }}
|
||||
</article>
|
||||
{% include "mastodonComments.njk" %}
|
||||
{% include "issoCommenting.njk" %}
|
||||
|
||||
Reference in New Issue
Block a user