From 2ce26b4ed17e153d9834e6dd21ec0da92d71139e Mon Sep 17 00:00:00 2001 From: Samrat Man Singh Date: Sat, 7 Jul 2012 08:31:08 +0545 Subject: Move syte-pelican to syte --- syte/static/templates/blog-post-photo.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 syte/static/templates/blog-post-photo.html (limited to 'syte/static/templates/blog-post-photo.html') diff --git a/syte/static/templates/blog-post-photo.html b/syte/static/templates/blog-post-photo.html new file mode 100644 index 0000000..42e4ff6 --- /dev/null +++ b/syte/static/templates/blog-post-photo.html @@ -0,0 +1,27 @@ +
+
+

Photo

+

{{ formated_date }}

+
+ {{#each photos}} + {{#with original_size}} +

+ {{/with}} + {{#if caption}} + {{{ caption }}} + {{/if}} + {{/each}} + {{#if caption}} + {{{ caption }}} + {{/if}} + {{#if tags }} + + {{/if}} +
-- cgit