Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/shortcodes/excerpt-include/_index.md')
-rw-r--r--exampleSite/content/shortcodes/excerpt-include/_index.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/exampleSite/content/shortcodes/excerpt-include/_index.md b/exampleSite/content/shortcodes/excerpt-include/_index.md
index 0f7ccc9..8eeb735 100644
--- a/exampleSite/content/shortcodes/excerpt-include/_index.md
+++ b/exampleSite/content/shortcodes/excerpt-include/_index.md
@@ -1,7 +1,8 @@
-+++
-title = "excerpt-include"
-description = "The Excerpt Include shortcode is used to display ‘excerpted’ (that is, a segment of) content from one page in another."
-+++
+---
+description: The Excerpt Include shortcode is used to display ‘excerpted’ (that is,
+ a segment of) content from one page in another.
+title: excerpt-include
+---
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. {{%alert info%}}Note that you can have more than one Excerpt Include shortcode on a page (although you can have only one Excerpt shortcode on a page).{{%/alert%}}