home · contact · privacy
Display creation dates in index.html and article html files.
[redo-blog] / test / test_files / bar baz.html.ignoring
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 <header>
10 <h1>foo</h1>
11 <p><time datetime="IGNORE">IGNORE</time></p>
12 </header>
13 <h2 id="bar">bar</h2>
14 <p>bar</p>
15 <h3 id="bar-1">bar</h3>
16 <p>bar</p>
17 </article>
18 </body>
19 </html>