mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-13 03:45:08 +01:00
Fix footer credentials and date format
This commit is contained in:
parent
da992ae333
commit
ea9e2bb1bd
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user