public
Description: A code feather for chyrp with syntax highlighting using geshi.
Homepage:
Clone URL: git://github.com/guitsaru/code-feather.git
Click here to lend your support to: code-feather and make a donation at www.pledgie.com !
code-feather / code.twig
100644 10 lines (9 sloc) 0.281 kb
1
2
3
4
5
6
7
8
9
10
{% extends "content/post.twig" %}
 
{% block content %}
{% if post['title'] %}
<h2 class="title">
<a href="$post.url" rel="bookmark" title="${ "Permanent Link to" | translate } &quot;$post.title&quot;">$post.title</a>
</h2>
{% endif %}
  $post.code
{% endblock %}