aboutsummaryrefslogtreecommitdiffstats
path: root/syte/static/templates/blog-post-link.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-11-20 15:27:59 -0800
committerAlexis Metaireau <alexis@notmyidea.org>2012-11-20 15:27:59 -0800
commit2f89e783273a2ed72cb611771056319500c454e8 (patch)
tree4a2e76f9cbaecc97afadc96930a7c410a0d2a606 /syte/static/templates/blog-post-link.html
parentf9fd2f5c414fab9a3230e69b9370918eddcf2e5b (diff)
parent3ffd14fa4da0ca71e1f97a070973e4994bae8f61 (diff)
downloadpelican-themes-2f89e783273a2ed72cb611771056319500c454e8.tar.gz
Merge pull request #55 from arnaudbos/master
Fix syte social integration
Diffstat (limited to 'syte/static/templates/blog-post-link.html')
-rw-r--r--syte/static/templates/blog-post-link.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/syte/static/templates/blog-post-link.html b/syte/static/templates/blog-post-link.html
deleted file mode 100644
index d1f0b42..0000000
--- a/syte/static/templates/blog-post-link.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<article id="{{ id }}">
- <hgroup>
- <h2><a href="{{url}}">Link: {{title}}</a></h2>
- <h3><a href="#{{ id }}">{{ formated_date }}</a></h3>
- </hgroup>
- {{{ description }}}
- {{#if tags}}
- <footer>
- <h4>Tags</h4>
- <ul class="tags">
- {{#each tags}}
- <li><a href="/tags/{{ this }}">{{ this }}</a></li>
- {{/each}}
- </ul>
- </footer>
- {{/if}}
-</article>