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