move news ticker to top of page

This commit is contained in:
Aadil Ayub 2022-01-14 14:56:10 +05:00
parent 49b6580b42
commit 2abb3a4f6a
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
<html lang="{{ .Site.LanguageCode | default "en" }}">
{{- partial "head.html" . -}}
<body>
{{- partial "news-ticker.html" . -}}
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "news-ticker.html" . -}}
{{- partial "footer.html" . -}}
</body>