Fix all QA findings: missing subpages, .html redirects, comics, downloads, RSS
This commit is contained in:
5
src/data/blog/page/1/index.html
Normal file
5
src/data/blog/page/1/index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html><html><head><title>Blog - Page 1</title><meta http-equiv="refresh" content="0;url=/blog"></head><body>
|
||||
<div class="d-content-wrap"><div class="subpage">
|
||||
<h1>Blog</h1>
|
||||
<p>Redirecting to <a href="/blog">blog</a>...</p>
|
||||
</div></div></body></html>
|
||||
6
src/data/blog/page/2/index.html
Normal file
6
src/data/blog/page/2/index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html><head><title>Blog - Page 2</title></head><body>
|
||||
<div class="d-content-wrap"><div class="subpage">
|
||||
<h1>Blog - Page 2</h1>
|
||||
<p>Visit the <a href="/blog">main blog page</a> for all posts.</p>
|
||||
<p><a href="/blog/page/3">Next Page »</a></p>
|
||||
</div></div></body></html>
|
||||
Reference in New Issue
Block a user