Merge branch 'main' of github.com:Mivinci/hugo-theme-minima
This commit is contained in:
commit
577b74f612
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ code {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
.tag,
|
||||
.minima-tag,
|
||||
p code {
|
||||
background-color: var(--bd);
|
||||
padding: 0.2em 0.4em;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
Posted at — {{ dateFormat .Site.Params.timeformat .Date }}
|
||||
{{ end }}
|
||||
{{ if .Draft }}
|
||||
<span class="ml-3 tag">
|
||||
<span class="ml-3 minima-tag">
|
||||
DRAFT
|
||||
</span>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue