diff options
Diffstat (limited to 'sample/html/with-frontmatter.html')
-rw-r--r-- | sample/html/with-frontmatter.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sample/html/with-frontmatter.html b/sample/html/with-frontmatter.html new file mode 100644 index 0000000..681c23d --- /dev/null +++ b/sample/html/with-frontmatter.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang=en-US dir=ltr> +<title>Custom Title</title> +<meta charset=UTF-8> +<meta name=robots content="noindex, nofollow"> +<meta name=viewport content="width=device-width, initial-scale=1"> +<meta http-equiv=last-modified content="Fri, 29 Oct 2021 03:25:04 GMT"> + +<section> + Things before this line should not appear in the output. +--- +Including the delimiter in body content shouldn't be an issue. + +</section> +<footer> + <p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>. +</footer> |