fix: comments seem to work
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user