fixes after PRs
This commit is contained in:
parent
4a8f9aa798
commit
3a5a676118
11 changed files with 73 additions and 53 deletions
|
@ -21,14 +21,14 @@
|
|||
</h1>
|
||||
|
||||
<div class="post-meta">
|
||||
{{ if .Date }}
|
||||
{{- if .Date -}}
|
||||
<time class="post-date">
|
||||
{{ .Date.Format "2006-01-02" }} ::
|
||||
{{- .Date.Format "2006-01-02" -}}
|
||||
</time>
|
||||
{{ end }}
|
||||
{{ with .Params.Author }}
|
||||
{{- end -}}
|
||||
{{- with .Params.Author -}}
|
||||
<span class="post-author">{{ . }}</span>
|
||||
{{ end }}
|
||||
{{- end -}}
|
||||
</div>
|
||||
|
||||
{{ if .Params.tags }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue