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,
"next": dayAfter,
"weatherInfo": weatherInfo,
"categories": CategoryMenu,
}
err = templates.ExecuteTemplate(wr, "homeHTML", data)

View File

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