1
0
mirror of https://github.com/osmarks/website synced 2025-09-07 12:57:56 +00:00

Switch to internal comments system

This commit is contained in:
2024-03-22 11:39:39 +00:00
parent 32dca4dc76
commit 1393929bfd
4 changed files with 13 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ html(lang="en")
meta(content=`https://${domain}/assets/images/logo256.png`, property="og:image")
style!= css
if comments !== "off"
script(src=`https://${domain}/isso/js/embed.min.js`, async=true, data-isso=`https://${domain}/isso/`)
script(src=`https://${domain}/rsapi/static/comments.js`, async=true)
body
.nav-container
nav
@@ -68,4 +68,4 @@ html(lang="en")
if comments !== "off"
main(class=!haveSidenotes ? "fullwidth isso" : "isso")
section(id="isso-thread")
section(id="comments-wrapper")