Add _search.html

This commit is contained in:
Gregory Soutade 2012-12-13 14:32:54 +01:00
parent 2f70a4bec5
commit 5077ab0a30
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<dyn:base file="_base.html" block="content" xmlns:dyn="http://indefero.soutade.fr/p/dynastie">
<dyn:posts limit="25">
<div class="post_header">
<dyn:title/>
<div class="post_sub_header">
<dyn:date/> | <div class="author_icon"> Écrit par <dyn:author/> </div>
</div>
<dyn:tags link="1"/>
</div>
<dyn:post_content/>
</dyn:posts>
</dyn:base>