about summary refs log tree commit diff
path: root/sample/blog/with-frontmatter.html
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-10-28 22:33:37 -0500
committerStarfall <us@starfall.systems>2023-12-05 10:00:41 -0600
commitf456510d32bfb4014d75241e42b7d16c599697de (patch)
treeddbf78f0cd548577d391033197028c505439212d /sample/blog/with-frontmatter.html
parent7806ca6c9c72657dcb6f316656a7e4bd4abff629 (diff)
strike: implement basic key=value front matter
Diffstat (limited to 'sample/blog/with-frontmatter.html')
-rw-r--r--sample/blog/with-frontmatter.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/blog/with-frontmatter.html b/sample/blog/with-frontmatter.html
new file mode 100644
index 0000000..5195292
--- /dev/null
+++ b/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.