Merge remote-tracking branch 'origin/main' into style/herman
This commit is contained in:
commit
d3768fa53b
@ -132,9 +132,8 @@ ul.blog-posts li span {
|
|||||||
min-width: 11ch;
|
min-width: 11ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
time {
|
p.byline {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
font-style: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ if not .Params.menu }}
|
{{ if not .Params.menu }}
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<p>
|
<p class="byline">
|
||||||
<i>
|
<time datetime='{{ .Date.Format "2006-01-02" }}' pubdate>
|
||||||
<time datetime='{{ .Date.Format "2006-01-02" }}' pubdate>
|
{{ .Date.Format (default "2006-01-02" .Site.Params.dateFormat) }}
|
||||||
{{ .Date.Format (default "2006-01-02" .Site.Params.dateFormat) }}
|
</time>
|
||||||
</time>
|
{{ with .Params.author }}· {{.}}{{ end }}
|
||||||
{{ with .Params.author }}· {{.}}{{ end }}
|
|
||||||
</i>
|
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<content>
|
<content>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user