feat: enable landing pages to be used on Hugo list pages (_index.md) without url workaround

This commit is contained in:
George Cushen 2023-11-29 00:15:12 +00:00
commit 11aedd9912
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{{- define "main" -}}
{{ partial "landing_page.html" . }}
{{- end -}}