diff options
author | William Jackson <565174+williamjacksn@users.noreply.github.com> | 2025-01-30 19:46:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 18:46:17 -0700 |
commit | a9b11187ba1f9d0831a12cb8727e3233a79d18a8 (patch) | |
tree | 5cd60b23e1af21855e49f3f4d4eb6052f459e4fb | |
parent | 1c3556c30e22ddaee9b872b9d106433b31cb5ecc (diff) | |
download | htmx-a9b11187ba1f9d0831a12cb8727e3233a79d18a8.tar.gz htmx-a9b11187ba1f9d0831a12cb8727e3233a79d18a8.zip |
Mark the interviews folder as a section (#3161)
Adding `_index.md` to the `interviews` folder will mark this folder as a "section". Pages in this section will now inherit section settings from the parent `essays` section, including rendering using the `essay.html` template instead of the default `page.html` template.
Adding `render = false` to the interview section metadata will suppress generating a page at `/essays/interviews/index.html`
-rw-r--r-- | www/content/essays/interviews/_index.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/content/essays/interviews/_index.md b/www/content/essays/interviews/_index.md new file mode 100644 index 00000000..800a2443 --- /dev/null +++ b/www/content/essays/interviews/_index.md @@ -0,0 +1,3 @@ ++++ +render = false ++++ |