Browse Source

- Forgotten file

pull/16/head
Jaussoin Timothée 13 years ago
parent
commit
d3ce589181
  1. 12
      app/widgets/Blog/blog.tpl

12
app/widgets/Blog/blog.tpl

@ -0,0 +1,12 @@
<h1>{$title}</h1>
<div class="posthead">
<a
class="button color orange icon feed merged left"
href="{$feed}"
target="_blank"
>
{$c->t('Feed')} (Atom)
</a>
</div>
{$posts}
Loading…
Cancel
Save