Add blog.soutade.fr as example

This commit is contained in:
Gregory Soutade
2012-11-06 20:52:07 +01:00
committed by Grégory Soutadé
parent fb76a53aa0
commit 6e292d9e2d
10 changed files with 897 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<dyn:base file="_base.html" block="content" xmlns:dyn="http://indefero.soutade.fr/p/dynastie">
<dyn:posts limit="5">
<div class="post_header">
<dyn:title/>
<div class="post_sub_header">
<dyn:date/> | <div class="author_icon"> Écrit par <dyn:author/> </div>
</div>
</div>
<dyn:post_content/>
</dyn:posts>
<dyn:recents>
<span id="recents_title">More posts...</span>
</dyn:recents>
<dyn:navigation/>
</dyn:base>