Remove weather on blog pages, change blog title
This commit is contained in:
parent
7eb2032926
commit
b07efd1f84
2 changed files with 1 additions and 5 deletions
|
@ -21,10 +21,8 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{WEATHER_MODIFIER}
|
||||
|
||||
{TOPBAR}
|
||||
<h1>Blog<hr></h1>
|
||||
<h1>{BLOG_TITLE}<hr></h1>
|
||||
<div class="mainDiv">
|
||||
{BLOG_POST}
|
||||
</div>
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{WEATHER_MODIFIER}
|
||||
|
||||
{TOPBAR}
|
||||
<main>
|
||||
<h1>Blog</h1>
|
||||
|
|
Loading…
Reference in a new issue