fixing menu icon, and category name
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
<body>
|
||||
{{template "headerHTML" .}}
|
||||
|
||||
{{template "weatherwidgetHTML"}}
|
||||
|
||||
{{template "singleArticleHTML" .}}
|
||||
|
||||
<br>
|
||||
{{template "prevnextHTML" .}}
|
||||
{{template "footerHTML" .}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
{{template "headHTML" .}}
|
||||
<body>
|
||||
{{template "headerHTML" .}}
|
||||
|
||||
{{template "articlecategoryHTML" .}}
|
||||
|
||||
<br>
|
||||
{{template "footerHTML" .}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
{{template "weatherwidgetHTML"}}
|
||||
|
||||
{{template "articlesHTML" .}}
|
||||
|
||||
<br>
|
||||
{{template "prevnextHTML" .}}
|
||||
{{template "footerHTML" .}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
{{template "weatherwidgetHTML" .}}
|
||||
|
||||
{{template "articlesHTML" .}}
|
||||
|
||||
<br>
|
||||
{{template "prevnextHTML" .}}
|
||||
{{template "footerHTML" .}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user