From 43974d0908a341ef8dd5d100a63563784fdbf70c Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 5 Sep 2018 16:22:04 +0200 Subject: Initial commit --- layouts/docs/index.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/docs/index.html (limited to 'layouts/docs/index.html') diff --git a/layouts/docs/index.html b/layouts/docs/index.html new file mode 100644 index 0000000..9b519ff --- /dev/null +++ b/layouts/docs/index.html @@ -0,0 +1,7 @@ +{{ define "title" }} + {{ .Title }} – {{ .Site.Title }} +{{ end }} + +{{ define "main" }} +
{{ .Content }}
+{{ end }} \ No newline at end of file -- cgit v1.2.3