Compare commits

..

No commits in common. "c854afa1ee63812677d5d1f513b22f533e5ed215" and "702211b68aef5ade57a3ad4a1f467806356e5aac" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

@ -25,7 +25,6 @@ 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;

View File

@ -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 {
.status { .pub-date {
color: $color-fg-op-m; color: $color-fg-op-m;
margin: 1em 0; margin: 1em 0;
} }

View File

@ -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="status"> <div class="pub-date">
mtime=<span class="mtime">{{ .Lastmod.Format .Site.Params.dateFormat }}</span> mtime={{ .Lastmod.Format .Site.Params.dateFormat }}
archived={{ default false .Params.archived }} archived={{ default false .Params.archived }}
words={{ .WordCount }} words={{ .WordCount }}
</div> </div>