about summary refs log tree commit diff
path: root/strike/sample/html/with-frontmatter.html
blob: 99627a1f8c7db7192a389663ec788876b7c7b8ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 04:55:33 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>