The Excerpt Include shortcode is used to display ‘excerpted’ (that is, a segment of) content from one page in another. Before you can use this shortcode, the excerpt must have been defined using the Excerpt shortcode.
Parameter | Default | Description |
---|---|---|
filename | required | Type the filename of the page that contains the excerpt to be displayed. Path is relative to the content folder |
panel | none | Determines whether docDock will display a panel around the excerpted content. The panel includes the given panel’s value and the border of the panel. By default, the panel and title are not shown. |
The paragraph below shows an example of an Excerpt Include shortcode, containing content from an excerpt which we have defined on the Excerpt shortcode page. On the Excerpt Include shortcode below, we have set the options to show both the title of the page and the panel surrounding the content.
{{%excerpt-include filename="shortcodes/excerpt.md" panel="From excerpt page" /%}}
Don’t create an excerpt file in the
/layouts/shortcodes/
folder. In this example,shortcodes/filename.md
is part of theexampleSite/content
folder, andshortcodes
is just a path in the/content
.