Remove weather on blog pages, change blog title

This commit is contained in:
bingus_violet 2024-07-09 16:27:03 -05:00
parent 7eb2032926
commit b07efd1f84
2 changed files with 1 additions and 5 deletions

View file

@ -21,10 +21,8 @@
</head> </head>
<body> <body>
{WEATHER_MODIFIER}
{TOPBAR} {TOPBAR}
<h1>Blog<hr></h1> <h1>{BLOG_TITLE}<hr></h1>
<div class="mainDiv"> <div class="mainDiv">
{BLOG_POST} {BLOG_POST}
</div> </div>

View file

@ -21,8 +21,6 @@
</head> </head>
<body> <body>
{WEATHER_MODIFIER}
{TOPBAR} {TOPBAR}
<main> <main>
<h1>Blog</h1> <h1>Blog</h1>