Merge branch 'main' of ssh://git.autonomic.zone:2222/ruangrupa/lumbung.space into main
This commit is contained in:
commit
128493bfdc
@ -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>
|
||||
|
@ -127,6 +127,7 @@ body {
|
||||
display: grid;
|
||||
grid-template-columns: 300px 1fr auto;
|
||||
align-items: flex-start;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.home-link {
|
||||
|
Loading…
Reference in New Issue
Block a user