aboutsummaryrefslogtreecommitdiffstats
path: root/syte/static/templates/blog-post-photo.html
diff options
context:
space:
mode:
Diffstat (limited to 'syte/static/templates/blog-post-photo.html')
-rw-r--r--syte/static/templates/blog-post-photo.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/syte/static/templates/blog-post-photo.html b/syte/static/templates/blog-post-photo.html
deleted file mode 100644
index 42e4ff6..0000000
--- a/syte/static/templates/blog-post-photo.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<article id="{{ id }}">
- <hgroup>
- <h2><a href="/post/{{ id }}">Photo</a></h2>
- <h3><a href="#{{ id }}">{{ formated_date }}</a></h3>
- </hgroup>
- {{#each photos}}
- {{#with original_size}}
- <p><img src="{{url}}" /></p>
- {{/with}}
- {{#if caption}}
- {{{ caption }}}
- {{/if}}
- {{/each}}
- {{#if caption}}
- {{{ caption }}}
- {{/if}}
- {{#if tags }}
- <footer>
- <h4>Tags</h4>
- <ul class="tags">
- {{#each tags}}
- <li><a href="/tags/{{ this }}">{{ this }}</a></li>
- {{/each}}
- </ul>
- </footer>
- {{/if}}
-</article>