fixing menu icon, and category name

This commit is contained in:
2024-01-31 23:25:28 +01:00
parent 232df1e4e0
commit dc9992cba0
13 changed files with 90 additions and 41 deletions

View File

@@ -4,10 +4,10 @@
<body>
{{template "headerHTML" .}}
{{template "weatherwidgetHTML"}}
{{template "singleArticleHTML" .}}
<br>
{{template "prevnextHTML" .}}
{{template "footerHTML" .}}
</body>
</html>

View File

@@ -3,9 +3,9 @@
{{template "headHTML" .}}
<body>
{{template "headerHTML" .}}
{{template "articlecategoryHTML" .}}
<br>
{{template "footerHTML" .}}
</body>
</html>

View File

@@ -7,7 +7,8 @@
{{template "weatherwidgetHTML"}}
{{template "articlesHTML" .}}
<br>
{{template "prevnextHTML" .}}
{{template "footerHTML" .}}
</body>
</html>

View File

@@ -6,7 +6,8 @@
{{template "weatherwidgetHTML" .}}
{{template "articlesHTML" .}}
<br>
{{template "prevnextHTML" .}}
{{template "footerHTML" .}}
</body>
</html>