albatrocity (owner)

Revisions

  • 31d21f albatro... Wed Aug 19 20:54:46 -0700 2009
gist: 170808 Download_button fork
public
Public Clone URL: git://gist.github.com/170808.git
Embed All Files: show embed
photo.twig #
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "content/post.twig" %}
 
{% block content %}
{% if post['title'] %}
<h2 class="title">
<a href="$post.url" rel="bookmark" title="${ "Permanent Link to" | translate } "$post.title"">$post.title</a>
</h2>
{% endif %}
                        ${ feathers['photo'].image_link(post, 400) }
                        <div class="clear"></div>
                        ${ post.caption | read_more }
{% endblock %}