home · contact · privacy
Add further entry title generator complication to test.
[redo-blog] / test / test_files / bar baz.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Yet another blog – foo</title>
5 </head>
6 <body>
7 <a href="index.html">Yet another blog</a>
8 <article>
9 <h1>foo</h1>
10 <h2 id="bar">bar</h2>
11 <p>bar</p>
12 <h3 id="bar-1">bar</h3>
13 <p>bar</p>
14 </article>
15 </body>
16 </html>