deblan.tv/src/Deblan/Bundle/BlogBundle/Resources/views/Default/tinyThePost.html.twig

14 lines
411 B
Twig
Raw Normal View History

2015-05-23 00:11:59 +02:00
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h1><a href="{{ post.link }}" target="_blank">{{ post.title }}</a></h1>
2015-03-02 21:57:49 +01:00
2015-05-23 00:11:59 +02:00
{{ post.excerpt|raw }}
2015-03-02 21:57:49 +01:00
2015-05-23 00:11:59 +02:00
<p><a href="{{ post.link }}" target="_blank">{{ post.link }}</a></p>
</div>
2015-05-22 12:58:07 +02:00
</div>
</div>
2015-03-02 21:57:49 +01:00
</article>