diff options
Diffstat (limited to 'strike/sample/blog/with-frontmatter.html')
-rw-r--r-- | strike/sample/blog/with-frontmatter.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/strike/sample/blog/with-frontmatter.html b/strike/sample/blog/with-frontmatter.html new file mode 100644 index 0000000..5195292 --- /dev/null +++ b/strike/sample/blog/with-frontmatter.html @@ -0,0 +1,6 @@ +--- +title=Custom Title +--- +Things before this line should not appear in the output. +--- +Including the delimiter in body content shouldn't be an issue. |