adding comment box!

This commit is contained in:
etherware-novice 2024-07-27 14:18:19 -05:00
parent 51a1c5be6e
commit eaa681c933
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ navbar: topnav
<div class="main-content">{{ content }}</div>
<div class="right-sidebar">
<img src="https://slimepondcount.goatcounter.com/counter/{{ page.url }}.png" width: 100%>
<iframe src="https://www3.cbox.ws/box/?boxid=3539632&boxtag=JU8HaS" width="100%" height="450" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="5" marginwidth="5" scrolling="auto"></iframe>
</div>
</div>

View File

@ -31,4 +31,5 @@
display: flex;
flex-direction: column;
position: sticky;
margin: 5px
}