From 282405f468f43c0a0b6fbffc57924e609c0cce36 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sat, 25 Jan 2020 17:17:59 +0100 Subject: Initial commit, added HTML template and config file --- template.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 template.html (limited to 'template.html') diff --git a/template.html b/template.html new file mode 100644 index 0000000..7dcbf5b --- /dev/null +++ b/template.html @@ -0,0 +1,28 @@ + + + + Docs + + + + + +
{{.SiteTitle}}
+ +
+ {{range .Entries}} +
+ {{.Content}} +
+ {{end}} +
+ + -- cgit v1.2.3