We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a227236 commit 9cd26f2Copy full SHA for 9cd26f2
README.md
@@ -55,12 +55,20 @@ This theme contains the following custom shorcodes:
55
### Includes
56
57
This theme contains a custom shortcode called "includes" that lets you reuse content.
58
-To use this shortcode, you must add an "includes" folder to the folder that contains your site content (e.g., `content/includes`).
+
59
+To use this shortcode:
60
61
+1. Add an "includes" folder to the folder that contains your site content (for example, `content/includes`).
62
+2. In the includes folder, create an `index.md` file and add these lines:
63
64
+ ```text
65
+ ---
66
+ headless: true
67
68
+ ```
69
70
You can reuse the content of any file in the includes directory using the following shortcode syntax:
71
72
```md
73
{{< include "filename.md" >}}
74
```
-
0 commit comments