1 parent c5da587 commit 4863143Copy full SHA for 4863143
3 files changed
content/blog/not-a-post.md
@@ -0,0 +1,3 @@
1
+---
2
+type: ignore
3
layouts/blog/list.html
@@ -0,0 +1,14 @@
+{{ partial "header" . }}
+<div class="container clearfix">
+ <main role="main" class="content">
4
+ {{ .Site.Pages }}
5
+ {{ $paginator := .Paginate .Site.Pages }}
6
+ {{ range $paginator.Pages }}
7
+ {{ .Render "summary" }}
8
+ {{ end }}
9
+ {{ partial "pagination" . }}
10
+ </main>
11
+
12
+ {{ partial "author" . }}
13
+</div>
14
+{{ partial "footer" . }}
layouts/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>http://i.got.nothing.to/blog</title>
+<link rel="canonical" href="http://i.got.nothing.to/blog/"/>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<meta http-equiv="refresh" content="0; url=/blog/" />
+</head>
+</html>
0 commit comments