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/home.tmpl | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 template/home.tmpl (limited to 'template/home.tmpl') diff --git a/template/home.tmpl b/template/home.tmpl deleted file mode 100644 index 2c622b5..0000000 --- a/template/home.tmpl +++ /dev/null @@ -1,10 +0,0 @@ -{{/* This file is combined with the root.tmpl to display the blog home page. */}} - -{{define "title"}}dim13{{end}} - -{{define "content"}} - {{range .Data}} - {{template "doc" .}} - {{end}} -

See the index for more articles.

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