Fix footer credentials and date format

This commit is contained in:
panr 2018-07-30 18:55:26 +02:00
parent 6557571b80
commit 2023708f73
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
<div class="post-meta">
<span class="post-date">
{{ .Date.Day }}/{{ sub .Date.Month 0 }}/{{ .Date.Year }}
{{ .Date.Year }}-{{ sub .Date.Month 0 }}-{{ .Date.Day }}
</span>
<span class="post-author">Written by {{ .Params.Author }}</span>
</div>

View File

@ -3,7 +3,7 @@
<h2 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h2>
<div class="post-meta">
<span class="post-date">
{{ .Date.Day }}/{{ sub .Date.Month 0 }}/{{ .Date.Year }}
{{ .Date.Year }}-{{ sub .Date.Month 0 }}-{{ .Date.Day }}
</span>
<span class="post-author">Written by {{ .Params.Author }}</span>
</div>

View File

@ -6,7 +6,7 @@
{{ partial "logo.html" . }}
<div class="copyright">
<span>Powered by <a href="http://gohugo.io">Hugo</a></span>
<span>Created by <a href="https://twitter.com/panr">panr</a> 2018</span>
<span>Theme created by <a href="https://twitter.com/panr">panr</a> 2018</span>
</div>
{{end}}
</div>

View File

@ -35,7 +35,7 @@ body {
h1, h2, h3, h4, h5, h6 {
display: flex;
align-items: center;
line-height: 1.43;
line-height: 1.3;
}
h1 {