small fixex of position

This commit is contained in:
2024-02-01 12:39:48 +01:00
parent dc9992cba0
commit 193deabdef
2 changed files with 2 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ func dailyArticlesHandler(wr http.ResponseWriter, req *http.Request) {
"previous": dayBefore, "previous": dayBefore,
"next": dayAfter, "next": dayAfter,
"weatherInfo": weatherInfo, "weatherInfo": weatherInfo,
"categories": CategoryMenu,
} }
err = templates.ExecuteTemplate(wr, "homeHTML", data) err = templates.ExecuteTemplate(wr, "homeHTML", data)

View File

@@ -2,7 +2,7 @@
<footer> <footer>
<center> <center>
<div class="hed"> <div class="fot">
<p>starenovine 2023-2024</p> <p>starenovine 2023-2024</p>
</div> </div>
</center> </center>