Show certain metadata on all pages

This commit is contained in:
BBaoVanC 2021-10-09 22:54:33 -05:00
parent 7cf99c0245
commit c233b8122f
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 5 additions and 1 deletions

View File

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

View File

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