From e07ab67bf95ea7e65828e373c731b6cdf984a7de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 24 Jan 2021 01:42:03 +0100 Subject: Moved to altenator and DO --- template/post.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 template/post.html (limited to 'template/post.html') diff --git a/template/post.html b/template/post.html new file mode 100755 index 0000000..88a2c7f --- /dev/null +++ b/template/post.html @@ -0,0 +1,31 @@ + + + + + {{template "_meta.html"}} + + {{.Title}} + + + + + + {{template "_navigation.html"}} + +
+
+
+

{{.Title}}

+ +
+
+ {{.Content}} +
+
+
+ + {{template "_includes.html"}} + + + + \ No newline at end of file -- cgit v1.2.3