+
{{- block "main" . }}{{- end }}
diff --git a/assets/css/main.scss b/assets/css/main.scss index ae2a791..e6ccc87 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -83,7 +83,11 @@ body { overflow-wrap: break-word; } -.post-meta { text-align: right; } +.post-meta { + display: flex; + justify-content: space-between; + align-items: center; +} h2, h3, h4, h5, h6 { margin-top: 0.5rem; } diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html index b2d4e69..84ff842 100644 --- a/layouts/posts/baseof.html +++ b/layouts/posts/baseof.html @@ -4,6 +4,14 @@