fix stuff for new version of hugo
This commit is contained in:
parent
65236d771e
commit
54e4a73248
14 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = {{ replace .File.ContentBaseName "-" " " | title }}
|
||||
title = "{{ replace .File.ContentBaseName "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
||||
|
|
|
@ -13,4 +13,5 @@
|
|||
<a id="post"></a>
|
||||
{{ end }} {{ .Content }}
|
||||
</article>
|
||||
{{ partial "tags.html" . }} {{ end }}
|
||||
{{ partial "tags.html" . }}
|
||||
{{ end }}
|
Loading…
Add table
Reference in a new issue