Remove highlighting from main blog page

This commit is contained in:
bingus_violet 2024-09-10 00:18:13 -05:00
parent eb9797ca50
commit 5616d813e0

View file

@ -25,7 +25,7 @@
<main> <main>
<h1>Blog</h1> <h1>Blog</h1>
<p>Welcome to my blog! Where I go on nonsensical rants about uninteresting and unimportant topics. The blog just went through a MAJOR rewrite, so expect bugs!</p> <p>Welcome to my blog! Where I go on nonsensical rants about uninteresting and unimportant topics. The blog just went through a MAJOR rewrite, so expect bugs!</p>
<div class="mainDiv"> <div class="mainDiv noHighlight">
<hr> <hr>
{BLOG_POSTS} {BLOG_POSTS}
</div> </div>