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/_index.md')
-rw-r--r--exampleSite/content/shortcodes/excerpt/_index.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/exampleSite/content/shortcodes/excerpt/_index.md b/exampleSite/content/shortcodes/excerpt/_index.md
index 5878c55..9679570 100644
--- a/exampleSite/content/shortcodes/excerpt/_index.md
+++ b/exampleSite/content/shortcodes/excerpt/_index.md
@@ -1,7 +1,8 @@
-+++
-title = "excerpt"
-description = "The Excerpt shortcode is used to mark a part of a page's content for re-use."
-+++
+---
+description: The Excerpt shortcode is used to mark a part of a page's content for
+ re-use.
+title: excerpt
+---
The Excerpt shortcode is used to mark a part of a page's content for re-use. Defining an excerpt enables other shortcodes, such as the excerpt-include shortcode, to display the marked content elsewhere.