update
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<a class="text-decoration-none" href="{{ .Permalink }}">
|
||||
<div class="card-body">
|
||||
<div class="text-xs font-weight-bold text-primary text-uppercase mb-1">{{ .Title }}</div>
|
||||
|
||||
<div class="text-muted">
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-calendar" fill="currentColor"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
@@ -22,16 +22,22 @@
|
||||
margin-bottom: 0.5rem !important;
|
||||
}
|
||||
|
||||
article h1,
|
||||
h2 {
|
||||
font-size: 52px;
|
||||
article h1 {
|
||||
font-size: 55px !important;
|
||||
}
|
||||
|
||||
article h3,
|
||||
h4,
|
||||
article h2 {
|
||||
font-size: 42px !important;
|
||||
}
|
||||
|
||||
article h3 {
|
||||
font-size: 35px !important;
|
||||
}
|
||||
|
||||
article h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin-top: 1.3rem;
|
||||
font-size: 30px !important;
|
||||
}
|
||||
|
||||
article table {
|
||||
@@ -166,6 +172,12 @@
|
||||
</a>
|
||||
{{ end}}
|
||||
</div>
|
||||
|
||||
{{ if .Site.Params.showdescription }}
|
||||
<div class="text-dark py-2">
|
||||
{{ .Params.description }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user