summaryrefslogtreecommitdiffstats
path: root/docs/layouts/shortcodes/page-kinds.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/layouts/shortcodes/page-kinds.html')
-rw-r--r--docs/layouts/shortcodes/page-kinds.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/layouts/shortcodes/page-kinds.html b/docs/layouts/shortcodes/page-kinds.html
new file mode 100644
index 000000000..f6cb288af
--- /dev/null
+++ b/docs/layouts/shortcodes/page-kinds.html
@@ -0,0 +1,7 @@
+| Kind | Description | Example |
+|----------------|--------------------------------------------------------------------|-------------------------------------------------------------------------------|
+| `home` | The landing page for the home page | `/index.html` |
+| `page` | The landing page for a given page | `my-post` page (`/posts/my-post/index.html`) |
+| `section` | The landing page of a given section | `posts` section (`/posts/index.html`) |
+| `taxonomy` | The landing page for a taxonomy | `tags` taxonomy (`/tags/index.html`) |
+| `term ` | The landing page for one taxonomy's term | term `awesome` in `tags` taxonomy (`/tags/awesome/index.html`) | \ No newline at end of file