home · contact · privacy
Display creation dates in index.html and article html files.
[redo-blog] / test / test_files / bar baz.html.ignoring
diff --git a/test/test_files/bar baz.html.ignoring b/test/test_files/bar baz.html.ignoring
new file mode 100644 (file)
index 0000000..410dadf
--- /dev/null
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>Yet another blog – foo</title>
+</head>
+<body>
+<a href="index.html">Yet another blog</a>
+<article>
+<header>
+<h1>foo</h1>
+<p><time datetime="IGNORE">IGNORE</time></p>
+</header>
+<h2 id="bar">bar</h2>
+<p>bar</p>
+<h3 id="bar-1">bar</h3>
+<p>bar</p>
+</article>
+</body>
+</html>
\ No newline at end of file