move news ticker into partial
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-01-13 13:22:22 +05:00
parent 798ef02616
commit 1e0dac036a
4 changed files with 56 additions and 52 deletions

View File

@ -3,9 +3,13 @@
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
{{- block "main" . }}{{- end }}
</div>
{{- partial "news-ticker.html" . -}}
{{- partial "footer.html" . -}}
</body>
<script>