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/root.tmpl | 80 ------------------------------------------------------ 1 file changed, 80 deletions(-) delete mode 100644 template/root.tmpl (limited to 'template/root.tmpl') diff --git a/template/root.tmpl b/template/root.tmpl deleted file mode 100644 index 164cf31..0000000 --- a/template/root.tmpl +++ /dev/null @@ -1,80 +0,0 @@ -{{/* This template is combined with other templates to render blog pages. */}} - -{{define "root" -}} - - - - {{template "title" .}} - - - - - - - - - - - - - - - - - -
- {{template "content" .}} -
- - {{with .Doc}} - - {{end}} - - -{{end}} - -{{define "doc"}} -
-
-

{{.Title}}

- {{template "time" .Time}} -
- {{.HTML}} -
- {{with .Authors}}
By {{authors .}}
{{end}} -
-
-{{end}} - -{{define "time" -}} - -{{- end}} -- cgit v1.2.3