summaryrefslogtreecommitdiffstats
path: root/examples/blog/content/post/another-post.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/content/post/another-post.md')
-rw-r--r--examples/blog/content/post/another-post.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/blog/content/post/another-post.md b/examples/blog/content/post/another-post.md
index a063b80f4..057c2d27b 100644
--- a/examples/blog/content/post/another-post.md
+++ b/examples/blog/content/post/another-post.md
@@ -16,6 +16,8 @@ TOML, YAML, JSON --- Oh my!
One of the nifty Hugo features we should cover: flexible configuration and front matter formats! This entry has front
matter in `toml`, unlike the last one which used `yaml`, and `json` is also available if that's your preference.
+<!--more-->
+
The `toml` front matter used on this entry:
```