mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-08-01 02:55:13 +00:00
visual
This commit is contained in:
parent
702211b68a
commit
fe2768af8c
@ -25,6 +25,7 @@ h1,h2,h3,h4,h5,h6 {
|
|||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
font-family: system-ui;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
scrollbar-color: $color-fg-accent-op-m transparent;
|
scrollbar-color: $color-fg-accent-op-m transparent;
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
/* section specific - single of classic */
|
/* section specific - single of classic */
|
||||||
.classic-layout-container header .content.post {
|
.classic-layout-container header .content.post {
|
||||||
.pub-date {
|
.status {
|
||||||
color: $color-fg-op-m;
|
color: $color-fg-op-m;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
{{ if .Description }}<p>{{ .Description }}</p>{{ end }}
|
{{ if .Description }}<p>{{ .Description }}</p>{{ end }}
|
||||||
{{ partial "taxo_of_single.html" . }}
|
{{ partial "taxo_of_single.html" . }}
|
||||||
{{ if .Lastmod }}
|
{{ if .Lastmod }}
|
||||||
<div class="pub-date">
|
<div class="status">
|
||||||
mtime={{ .Lastmod.Format .Site.Params.dateFormat }}
|
<span class="mtime">mtime={{ .Lastmod.Format .Site.Params.dateFormat }}</span>
|
||||||
archived={{ default false .Params.archived }}
|
archived={{ default false .Params.archived }}
|
||||||
words={{ .WordCount }}
|
words={{ .WordCount }}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user