From 038fe3bbe38b14c04f669c1de95eac0924fe4696 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 14 Feb 2016 22:05:01 +0100 Subject: Add theme --- themes/oni/post.tmpl | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 themes/oni/post.tmpl (limited to 'themes/oni/post.tmpl') diff --git a/themes/oni/post.tmpl b/themes/oni/post.tmpl new file mode 100644 index 0000000..02a16e6 --- /dev/null +++ b/themes/oni/post.tmpl @@ -0,0 +1,38 @@ +{namespace coleslaw.theme.oni} + +{template post} +
+
+ {if $post.tags} + + {/if} +

{$post.title}

+ {if $post.date} + Published on: + {/if} +
+
+ {$post.text|noAutoescape} +
+
+ + +{/template} -- cgit v1.2.3-54-g00ecf