fix stuff for new version of hugo

This commit is contained in:
wires 2025-07-29 14:37:32 -04:00
parent 65236d771e
commit 54e4a73248
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM
14 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
+++ +++
title = {{ replace .File.ContentBaseName "-" " " | title }} title = "{{ replace .File.ContentBaseName "-" " " | title }}"
date = {{ .Date }} date = {{ .Date }}
draft = true draft = true
+++ +++

View file

@ -13,4 +13,5 @@
<a id="post"></a> <a id="post"></a>
{{ end }} {{ .Content }} {{ end }} {{ .Content }}
</article> </article>
{{ partial "tags.html" . }} {{ end }} {{ partial "tags.html" . }}
{{ end }}