Drop file extension from partial uses

This commit is contained in:
Will Faught
2022-12-29 22:31:47 -08:00
parent 2ece967314
commit 887be3eb42
16 changed files with 38 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
{{ if .Site.Menus.main }}
<header>
{{ partial "paige/menu.html" . }}
{{ partial "paige/menu" . }}
</header>
{{ end }}