From 824d3dd20c37f89b1020423fe2ad6db220dff2f8 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 11 Mar 2020 18:34:46 +0100 Subject: [PATCH] more h-entry classes --- themes/xsfx/layouts/partials/article.html | 8 ++++---- themes/xsfx/static/css/xsfx.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/xsfx/layouts/partials/article.html b/themes/xsfx/layouts/partials/article.html index e07777d..fd072b7 100644 --- a/themes/xsfx/layouts/partials/article.html +++ b/themes/xsfx/layouts/partials/article.html @@ -1,18 +1,18 @@
-

{{ .Title }}

+

{{ .Title }}

{{ if (isset .Params "date") }}

- {{ .Date.Format "02.01.2006 15:04" }} + {{ if .GitInfo }}/// {{ .GitInfo.AbbreviatedHash }}{{ end }} {{ if .Params.tags }}///{{ end }} {{ range .Params.tags }} - {{ . }} + {{ . }} {{ end }} {{ end }}

-
+
{{ .Content}}
diff --git a/themes/xsfx/static/css/xsfx.css b/themes/xsfx/static/css/xsfx.css index a2501f7..52b3672 100644 --- a/themes/xsfx/static/css/xsfx.css +++ b/themes/xsfx/static/css/xsfx.css @@ -117,7 +117,7 @@ main section { padding: 1.0rem 1.0rem; } -main article .content { +main article .e-content { padding-left: 0px; }