diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index 0620b91..c29cc98 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -1801,6 +1801,11 @@ This ! does not need to be escaped as there is no ambiguity. :PROPERTIES: :EXPORT_HUGO_SECTION: bundles :END: +** Bundles Section +:PROPERTIES: +:EXPORT_FILE_NAME: _index +:END: +This is the content for the "bundles" section landing page. ** Page Bundle A :PROPERTIES: :EXPORT_HUGO_BUNDLE: page-bundle-a diff --git a/test/site/content/bundles/_index.md b/test/site/content/bundles/_index.md new file mode 100644 index 0000000..21be4ba --- /dev/null +++ b/test/site/content/bundles/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Bundles Section" +tags = ["page-bundles"] +draft = false ++++ + +This is the content for the "bundles" section landing page. diff --git a/test/site/themes/bare_min/layouts/_default/list.html b/test/site/themes/bare_min/layouts/_default/list.html index c8f4f5e..974a356 100644 --- a/test/site/themes/bare_min/layouts/_default/list.html +++ b/test/site/themes/bare_min/layouts/_default/list.html @@ -6,6 +6,10 @@