This commit is contained in:
Yuri Zamyatin 2025-07-11 23:05:56 +00:00
parent 702211b68a
commit fe2768af8c
3 changed files with 4 additions and 3 deletions

View File

@ -25,6 +25,7 @@ h1,h2,h3,h4,h5,h6 {
}
html {
font-size: 16px;
font-family: system-ui;
height: 100%;
scroll-behavior: smooth;
scrollbar-color: $color-fg-accent-op-m transparent;

View File

@ -76,7 +76,7 @@
/* section specific - single of classic */
.classic-layout-container header .content.post {
.pub-date {
.status {
color: $color-fg-op-m;
margin: 1em 0;
}

View File

@ -5,8 +5,8 @@
{{ if .Description }}<p>{{ .Description }}</p>{{ end }}
{{ partial "taxo_of_single.html" . }}
{{ if .Lastmod }}
<div class="pub-date">
mtime={{ .Lastmod.Format .Site.Params.dateFormat }}
<div class="status">
<span class="mtime">mtime={{ .Lastmod.Format .Site.Params.dateFormat }}</span>
archived={{ default false .Params.archived }}
words={{ .WordCount }}
</div>