diff options
author | Samrat Man Singh <samratmansingh@gmail.com> | 2012-07-07 08:28:26 +0545 |
---|---|---|
committer | Samrat Man Singh <samratmansingh@gmail.com> | 2012-07-07 08:28:26 +0545 |
commit | 705357519b7345422a003d8970d1f396579d91b2 (patch) | |
tree | ed3cf3a3bfbc65252417ac9125d55080a45cb192 /syte-pelican/static/templates/blog-post-video.html | |
parent | 3ba3e785dc4d84a069622d9138761ff7967c7316 (diff) | |
download | pelican-themes-705357519b7345422a003d8970d1f396579d91b2.tar.gz |
Add syte-pelican, a theme based on Syte
Diffstat (limited to 'syte-pelican/static/templates/blog-post-video.html')
-rw-r--r-- | syte-pelican/static/templates/blog-post-video.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/syte-pelican/static/templates/blog-post-video.html b/syte-pelican/static/templates/blog-post-video.html new file mode 100644 index 0000000..1f5dce0 --- /dev/null +++ b/syte-pelican/static/templates/blog-post-video.html @@ -0,0 +1,19 @@ +<article id="{{ id }}"> + <hgroup> + <h2><a href="/post/{{ id }}">Video</a></h2> + <h3><a href="#{{ id }}">{{ formated_date }}</a></h3> + </hgroup> + <p> + <a href="{{ permalink_url }}" class="no-border"><img src="{{ thumbnail_url }}" /></a> + </p> + {{#if tags }} + <footer> + <h4>Tags</h4> + <ul class="tags"> + {{#each tags}} + <li><a href="/tags/{{ this }}">{{ this }}</a></li> + {{/each}} + </ul> + </footer> + {{/if}} +</article> |