Show certain metadata on all pages

This commit is contained in:
2021-10-09 22:54:33 -05:00
parent 7cf99c0245
commit c233b8122f
2 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,10 @@
white-space: nowrap; white-space: nowrap;
} }
.post-metadata {
margin-bottom: 15px;
}
.post-media { .post-media {
margin-top: 15px; margin-top: 15px;
} }

View File

@@ -1,4 +1,4 @@
{{ if or .Date (.GetTerms "tags") }} {{ if or .GitInfo .Date (.GetTerms "tags") }}
<div class="post-metadata"> <div class="post-metadata">
{{ if .Date }} {{ if .Date }}