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>
|
</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>
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{WEATHER_MODIFIER}
|
|
||||||
|
|
||||||
{TOPBAR}
|
{TOPBAR}
|
||||||
<main>
|
<main>
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
|
|
Loading…
Reference in a new issue