diff options
Diffstat (limited to 'syte/static/templates/blog-post-audio.html')
-rw-r--r-- | syte/static/templates/blog-post-audio.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/syte/static/templates/blog-post-audio.html b/syte/static/templates/blog-post-audio.html deleted file mode 100644 index ec3e9e2..0000000 --- a/syte/static/templates/blog-post-audio.html +++ /dev/null @@ -1,20 +0,0 @@ -<article id="{{ id }}"> - <hgroup> - <h2><a href="/post/{{ id }}">{{ artist }} - {{ track_name }}</a></h2> - <h3><a href="#{{ id }}">{{ formated_date }}</a></h3> - </hgroup> - {{{ player }}} - {{#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> |