From 2f7f6ed0fc8b7f8af90405873968b241dc0ad4ec Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 11 May 2023 03:19:28 -0400 Subject: [PATCH] change post --- layouts/partials/post.html | 33 +++++++++++++-------------------- static/css/theme.css | 1 - 2 files changed, 13 insertions(+), 21 deletions(-) diff --git a/layouts/partials/post.html b/layouts/partials/post.html index c19d24c..e318b47 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -1,25 +1,18 @@
- {{if .Params.image}} -
-
+

{{.Title}}

- {{end}} -
- -

{{.Title}}

-
-
-

{{.Params.description}}{{if .Date}}
Published: {{.Date | time.Format "Jan 02 2006"}}{{end}}

-
- {{ if .GetTerms "tags" }} - +
+

{{.Params.description}}{{if .Date}}
Published: {{.Date | time.Format "Jan 02 + 2006"}}{{end}}

+
+ {{ if .GetTerms "tags" }} +
+
+ {{end}} \ No newline at end of file diff --git a/static/css/theme.css b/static/css/theme.css index 4b0166c..365e7a1 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -242,7 +242,6 @@ article h1 {} .posts { display: flex; flex-direction: row; - align-items: flex-start; flex-wrap: wrap; align-items: center; justify-content: space-evenly;