forked from ruangrupa/lumbung.space
move news ticker to top of page
This commit is contained in:
parent
49b6580b42
commit
2abb3a4f6a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user