fix style
This commit is contained in:
parent
05beb7fc13
commit
f20c62a193
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ code {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag,
|
.minima-tag,
|
||||||
p code {
|
p code {
|
||||||
background-color: var(--bd);
|
background-color: var(--bd);
|
||||||
padding: 0.2em 0.4em;
|
padding: 0.2em 0.4em;
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
Posted at — {{ dateFormat .Site.Params.timeformat .Date }}
|
Posted at — {{ dateFormat .Site.Params.timeformat .Date }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Draft }}
|
{{ if .Draft }}
|
||||||
<span class="ml-3 tag">
|
<span class="ml-3 minima-tag">
|
||||||
DRAFT
|
DRAFT
|
||||||
</span>
|
</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue