mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Show certain metadata on all pages
This commit is contained in:
parent
7cf99c0245
commit
c233b8122f
@ -22,6 +22,10 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.post-metadata {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.post-media {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{ if or .Date (.GetTerms "tags") }}
|
||||
{{ if or .GitInfo .Date (.GetTerms "tags") }}
|
||||
<div class="post-metadata">
|
||||
{{ if .Date }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user