Remove highlighting from main blog page
This commit is contained in:
parent
eb9797ca50
commit
5616d813e0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue