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;