Skip to content

Commit

Permalink
feat: enable landing pages to be used on Hugo list pages (_index.md) …
Browse files Browse the repository at this point in the history
…without `url` workaround
  • Loading branch information
gcushen committed Nov 29, 2023
1 parent c57e12d commit 11aedd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/blox-bootstrap/layouts/landing/list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{{- define "main" -}}
{{ partial "landing_page.html" . }}
{{- end -}}
3 changes: 3 additions & 0 deletions modules/blox-tailwind/layouts/landing/list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{{- define "main" -}}
{{ partial "landing_page.html" . }}
{{- end -}}

0 comments on commit 11aedd9

Please sign in to comment.