Merge branch 'main' of ssh://git.autonomic.zone:2222/ruangrupa/lumbung.space into main

This commit is contained in:
cellarspoon 2022-01-17 11:02:42 +01:00
commit 128493bfdc
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 3 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>

View File

@ -127,6 +127,7 @@ body {
display: grid;
grid-template-columns: 300px 1fr auto;
align-items: flex-start;
padding-top: 0;
}
.home-link {