From f12d854fcf5e46fe526a92a316b2c6ec118fcea3 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 20 Jan 2019 12:35:37 +0100 Subject: Replace fcgi with plain http server --- template/index.tmpl | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 template/index.tmpl (limited to 'template/index.tmpl') diff --git a/template/index.tmpl b/template/index.tmpl deleted file mode 100644 index 1803dd5..0000000 --- a/template/index.tmpl +++ /dev/null @@ -1,24 +0,0 @@ -{{/* This file is combined with the root.tmpl to display the blog index. */}} - -{{define "title"}}Article index{{end}} - -{{define "content"}} -
-

{{template "title"}}

- -
-{{end}} -- cgit v1.2.3