Merge branch 'main' of ssh://git.autonomic.zone:2222/ruangrupa/lumbung.space into main
This commit is contained in:
commit
128493bfdc
@ -2,14 +2,14 @@
|
|||||||
<html lang="{{ .Site.LanguageCode | default "en" }}">
|
<html lang="{{ .Site.LanguageCode | default "en" }}">
|
||||||
{{- partial "head.html" . -}}
|
{{- partial "head.html" . -}}
|
||||||
<body>
|
<body>
|
||||||
|
{{- partial "news-ticker.html" . -}}
|
||||||
|
|
||||||
{{- partial "header.html" . -}}
|
{{- partial "header.html" . -}}
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{- partial "news-ticker.html" . -}}
|
|
||||||
|
|
||||||
{{- partial "footer.html" . -}}
|
{{- partial "footer.html" . -}}
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
|
@ -127,6 +127,7 @@ body {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 300px 1fr auto;
|
grid-template-columns: 300px 1fr auto;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-link {
|
.home-link {
|
||||||
|
Loading…
Reference in New Issue
Block a user