From c84ffaa1dd8b28cdf7e094de70daaaf9ae50b6f8 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 27 Mar 2022 00:05:47 +0100 Subject: [PATCH] small fixes --- .gitignore | 1 + content/bunteshaus/foodsaving/index.de.md | 3 +- themes/buha/assets/css/layout.css | 51 +++++++++++++-- themes/buha/layouts/_default/list.html | 79 +++++++++++------------ themes/buha/layouts/_default/single.html | 39 ++++++----- themes/buha/layouts/index.html | 78 +++++++++++----------- 6 files changed, 146 insertions(+), 105 deletions(-) diff --git a/.gitignore b/.gitignore index a20f5ffc..f76e93fc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ public /resources/ /public/ .hugo_build.lock +hugo_start.sh diff --git a/content/bunteshaus/foodsaving/index.de.md b/content/bunteshaus/foodsaving/index.de.md index dac3249d..755de1c5 100644 --- a/content/bunteshaus/foodsaving/index.de.md +++ b/content/bunteshaus/foodsaving/index.de.md @@ -3,8 +3,9 @@ title: "Food Saving" date: "2021-02-04T19:00:00+02:00" when: "Jeden Mittwoch 18:30-19:00Uhr & Samstags 15:00-15:30Uhr" recurrent: true +contact: "foodsavingcelle@riseup.net" --- -Die kostenfreie Verteilung von gespendeten und geretteten Lebensmitteln geht auch nach der Wiedereröffnung der Tafel weiter. Wann? Immer Mittwochs von 18.30 bis 19 Uhr und Samstags von 15 bis 15.30 Uhr. Spenden? Mitmachen? Wer mitmachen oder uns unterstützen möchte, kann sich per Mail an foodsavingcelle@riseup.net wenden, sodass wir bei Bedarf nachfragen können. +Die kostenfreie Verteilung von gespendeten und geretteten Lebensmitteln geht auch nach der Wiedereröffnung der Tafel weiter. Wann? Immer Mittwochs von 18.30 bis 19 Uhr und Samstags von 15 bis 15.30 Uhr. Spenden? Mitmachen? Wer mitmachen oder uns unterstützen möchte, kann sich per Mail melden, sodass wir bei Bedarf nachfragen können. Pressemitteilung 12. Mai 2020 diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index b2d468b5..72d512e7 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -14,8 +14,8 @@ } main h1 { - margin-top: .2rem; - margin-bottom: .2rem; + margin-top: 1rem; + margin-bottom: 0rem; } .right-sidebar { @@ -72,6 +72,10 @@ article p:first-child { margin: 0; } +article #readmore { + margin-top: 1rem; +} + #nav-posts { display: flex; flex-direction: column; @@ -82,16 +86,43 @@ article p:first-child { margin-left: .5rem; } +article { + display: flex; + flex-direction: column; + margin-bottom: 1rem; + padding: 1rem; +} + +article h2 { + margin: 0; +} + +#articlemeta { + margin-bottom: 1rem; +} + #articlecontent { display: flex; flex-direction: column; } +#articleimage { + margin-top: 1rem; +} + #articledata { display: flex; flex-direction: column-reverse; } +.articlebgcol1 { + background-color: var(--background); +} + +#readmore { + margin-bottom: 1rem; +} + /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) {...} @@ -131,13 +162,19 @@ article p:first-child { flex-direction: row; } - #articletext { - margin-top: -1.3rem; + #articleimage { + margin-top: .5rem; + display: flex; + flex-direction: column; + flex-shrink: 0; + margin-right: 1rem; + max-width: 15rem; + min-width: 1rem; + height: 100%; } - #articleimage { - margin-right: 1rem; - width: 30rem; + .borderrad25 { + border-radius: 25px; } } diff --git a/themes/buha/layouts/_default/list.html b/themes/buha/layouts/_default/list.html index 58c9cfcb..3262697c 100644 --- a/themes/buha/layouts/_default/list.html +++ b/themes/buha/layouts/_default/list.html @@ -16,48 +16,47 @@ {{- $paginator = .Paginate .RegularPagesRecursive.ByLastmod.Reverse -}} {{- end -}} {{- range first 5 $paginator.Pages -}} -
- -

{{- .Title -}}

- {{ if .Params.when }} -
{{ .Params.when }}
+
+
+

{{- .Title -}}

+
+
+
+ {{- end }} +
+ {{- if .Params.description -}} + {{- .Params.description -}} + {{- else -}} + {{- .Summary -}} + {{- end }} + {{ if .Truncated }} +
{{- i18n "readmore" -}}..
+ {{ end }} +
+ + + +
+ {{- end }} + + + + {{- end }}