mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
feat: enable landing pages to be used on Hugo list pages (_index.md) without url
workaround
This commit is contained in:
parent
c57e12dd31
commit
11aedd9912
2 changed files with 6 additions and 0 deletions
3
modules/blox-bootstrap/layouts/landing/list.html
Normal file
3
modules/blox-bootstrap/layouts/landing/list.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{- define "main" -}}
|
||||
{{ partial "landing_page.html" . }}
|
||||
{{- end -}}
|
Loading…
Add table
Add a link
Reference in a new issue