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; }