From be40291e5dac2a56de940bfb5dfc842b856ca233 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 1 May 2020 15:04:39 +0700 Subject: all: rename the "content" directory to "_example" While at it, also move the templates into _example and all assets into the same directory. --- _example/html.tmpl | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 _example/html.tmpl (limited to '_example/html.tmpl') diff --git a/_example/html.tmpl b/_example/html.tmpl new file mode 100644 index 0000000..d5612c9 --- /dev/null +++ b/_example/html.tmpl @@ -0,0 +1,53 @@ + + + + + + + + {{.Title}} + + {{- range .Styles}} + + {{- end}} + + +
+
+
+ ciigo +
+ + +
+
+ +
+
+

{{.Title}}

+
+ {{.Author}} +
+ {{.Date}} +
+ {{.Body}} +
+ +
+ + + + + -- cgit v1.3