fix: comments seem to work

This commit is contained in:
Nikolai Rodionov
2023-03-01 18:18:35 +01:00
parent 8fd856c059
commit d6270a4850
7 changed files with 17 additions and 14 deletions

View File

@ -1,4 +1,9 @@
<hr>
<blockquote>
<p> Comments are in the beta testing stage. </p>
</blockquote>
<div id="remark42"></div>
<script>
var theme = "light"
if (document.body.classList.contains("dark")) theme = "dark";