Merge remote-tracking branch 'origin/main' into style/herman

This commit is contained in:
Caio Lente 2023-10-17 23:36:32 -03:00
commit d3768fa53b
No known key found for this signature in database
GPG Key ID: E66D381776EFC03A
2 changed files with 6 additions and 9 deletions

View File

@ -132,9 +132,8 @@ ul.blog-posts li span {
min-width: 11ch;
}
time {
p.byline {
opacity: 0.5;
font-style: normal;
}
code {

View File

@ -1,13 +1,11 @@
{{ define "main" }}
{{ if not .Params.menu }}
<h1>{{ .Title }}</h1>
<p>
<i>
<time datetime='{{ .Date.Format "2006-01-02" }}' pubdate>
{{ .Date.Format (default "2006-01-02" .Site.Params.dateFormat) }}
</time>
{{ with .Params.author }}· {{.}}{{ end }}
</i>
<p class="byline">
<time datetime='{{ .Date.Format "2006-01-02" }}' pubdate>
{{ .Date.Format (default "2006-01-02" .Site.Params.dateFormat) }}
</time>
{{ with .Params.author }}· {{.}}{{ end }}
</p>
{{ end }}
<content>