aboutsummaryrefslogtreecommitdiffstats
path: root/syte/static/templates/blog-post-quote.html
diff options
context:
space:
mode:
Diffstat (limited to 'syte/static/templates/blog-post-quote.html')
-rw-r--r--syte/static/templates/blog-post-quote.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/syte/static/templates/blog-post-quote.html b/syte/static/templates/blog-post-quote.html
deleted file mode 100644
index d15e67e..0000000
--- a/syte/static/templates/blog-post-quote.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<article id="{{ id }}">
- <hgroup>
- <h2><a href="/post/{{ id }}">Quote</a></h2>
- <h3><a href="#{{ id }}">{{ formated_date }}</a></h3>
- </hgroup>
- <blockquote>
- {{text}}
- </blockquote>
- {{#if source}}
- <p>{{{ source }}}</p>
- {{/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>