summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index d353e18..0000000
--- a/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- {{template "head"}}
-</head>
-<body>
- {{define "body"}}
- <h1>My blog</h1>
- {{range .}}
- <a href="{{.Path}}">{{.Metadata.Name}}</a>
- <p>{{.Metadata.Description}}</p>
- {{end}}
- {{end}}
-</body>
-</html>