home · contact · privacy
Add modification date element to article template.
[redo-blog] / test / test_files / bar baz.html.ignoring
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <style type="text/css">
6 h1 { font-size: 2em; }
7 h2 { font-size: 1.5em; }
8 h3 { font-size: 1.17em; }
9 h4 { font-size: 1.12em; }
10 h5 { font-size: .83em; }
11 h6 { font-size: .75em; }
12 header h1 { margin-bottom: 0.1em; }
13 header p { margin: 0; }
14 </style>
15 <title>Yet another blog – foo</title>
16 </head>
17 <body>
18 <a href="index.html">Yet another blog</a>
19 <article>
20 <header>
21 <h1>foo</h1>
22 <p>created: <time>IGNORE</time> / last update: <time>IGNORE</time></p>
23 </header>
24 <h2 id="bar">bar</h2>
25 <p>bar</p>
26 <h3 id="bar-1">bar</h3>
27 <p>bar</p>
28 </article>
29 </body>
30 </html>