From 08987f703393a9648816e03c9361f60b6cf6da3d Mon Sep 17 00:00:00 2001 From: hitlerrip Date: Tue, 29 Jul 2025 18:07:33 +0200 Subject: small style changes added a margin to the "latest post" section --- build.sh | 16 +++++++++------- con/style.css | 4 ++++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index 3cd53bf..1f5c57f 100755 --- a/build.sh +++ b/build.sh @@ -162,13 +162,15 @@ for i in "${thebestarr[@]}"; do if [ "$i" == "${thebestarr[0]}" ]; then tee ../../tmp/articles/gen-first-article-tmp.html > /dev/null << EOF -

Latest Post:

-
-

$WEBMETA_TITLE

-
$WEBMETA_DATE by $WEBMETA_AUTH
-

$WEBMETA_SUMMARY

-
-
See more Articles →
+
+

Latest Post:

+
+

$WEBMETA_TITLE

+
$WEBMETA_DATE by $WEBMETA_AUTH
+

$WEBMETA_SUMMARY

+
+
See more Articles →
+
EOF tee ../../tmp/articles/gen-first-article-tmp.md > /dev/null << EOF diff --git a/con/style.css b/con/style.css index d417ce8..13fb6af 100644 --- a/con/style.css +++ b/con/style.css @@ -218,3 +218,7 @@ article { article p { text-align: center; } + +.latest-post { + margin: 50px 0 50px 0; +} -- cgit v1.2.3