home · contact · privacy
Display creation dates in index.html and article html files.
[redo-blog] / test / test_files / index.html.ignoring
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
5 <title>Yet another blog</title>
6 </head>
7 <body>
8 <h1>Yet another blog</h1>
9 <ul>
10 <li><a href="foo.html">a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</a> (<time>IGNORE</time>)</li>
11 <li><a href="bar%20baz.html">foo</a> (<time>IGNORE</time>)</li>
12 <li><a href="test.html">foo <em>bar</em> <strong>baz</strong></a> (<time>IGNORE</time>)</li>
13 </ul>
14 </body>
15 </html>