Replace Commento with Ghost-native comments!

This commit is contained in:
Badri Sunderarajan 2023-03-14 16:54:52 +05:30
parent f9678bc16d
commit 92938d0c49
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "weflock", "name": "weflock",
"description": "Snipette theme with Analog vibes, derived from Casper", "description": "Snipette theme with Analog vibes, derived from Casper",
"demo": "https://snipettemag.com", "demo": "https://snipettemag.com",
"version": "1.1.0", "version": "1.2.0",
"engines": { "engines": {
"ghost": ">=4.0.0" "ghost": ">=4.0.0"
}, },

View file

@ -80,8 +80,7 @@ into the {body} tag of the default.hbs template --}}
--}} --}}
<section class="article-comments gh-canvas"> <section class="article-comments gh-canvas">
<script defer src="https://commento.snipettemag.com/js/commento.js"></script> {{ comments }}
<div id="commento"></div>
</section> </section>
</article> </article>