Add dyn:first_page_only

Add dyn:ljdc_last
This commit is contained in:
Gregory Soutade
2014-06-01 18:58:13 +02:00
parent a747417ad2
commit 0741709259
5 changed files with 59 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
post
index
post
category
tag
archive

View File

@@ -17,6 +17,12 @@
</footer>
</article>
</dyn:posts>
<dyn:first_page_only>
<div id="last_ljdc">
<b>Dernier gif</b> <a href="/ljdc">les joies du code</a>
<a href="/ljdc"><dyn:ljdc_last/></a>
</div>
</dyn:first_page_only>
<nav>
<dyn:recents>
<span id="recents_title">More posts...</span>

View File

@@ -595,4 +595,9 @@ div.all_posts div.post
.feed > a
{
margin-right:10px;
}
#last_ljdc
{
padding-bottom:40px;
}