master
Gnieark 6 years ago
parent 2da744193d
commit 22c933ed58

@ -23,13 +23,8 @@
<tpl:Block name="main-content">
<section>
<h2>{{tpl:lang Archives}}</h2>
<tpl:Archives>
<tpl:ArchivesYearHeader>
<tpl:Archives>
<tpl:ArchivesYearHeader>
<h3>{{tpl:ArchiveDate format="%Y"}}</h3>
<ul>
</tpl:ArchivesYearHeader>
@ -39,8 +34,6 @@
<tpl:ArchivesYearFooter>
</ul>
</tpl:ArchivesYearFooter>
</tpl:Archives>
</section>
</tpl:Block>

@ -14,52 +14,65 @@
<meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
</tpl:Block>
<tpl:Block name="head-linkrel">
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
<link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}"
title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext>
<tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}"
title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious>
<tpl:Entries no_content="1">
<link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
</tpl:Entries>
</tpl:Block>
<tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block>
<body>
<tpl:Block name="main-content">
<p id="navlinks">
<tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a>
- </tpl:ArchivePrevious>
<a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a>
<tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext>
</p>
<nav>
<ul>
<tpl:ArchivePrevious>
<li>
<a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a>
</li>
</tpl:ArchivePrevious>
<div id="content-info">
<h2>{{tpl:ArchiveDate}}</h2>
</div>
<li><a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a></li>
<tpl:ArchiveNext>
<li><a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></li>
</tpl:ArchiveNext>
</ul>
</nav>
<section>
<h2>{{tpl:ArchiveDate}}</h2>
<div class="content-inner">
<tpl:Entries no_content="1">
<tpl:Entries>
<!-- # New day date -->
<tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
<h2 id="p{{tpl:EntryID}}" class="post-title" lang="{{tpl:EntryLang}}"><a
href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
<a href="{{tpl:EntryURL}}" class="wholearticlelink">
<article>
<h3 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h3>
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
<!-- # Entry with an excerpt -->
<tpl:EntryIf extended="1">
{{tpl:EntryFirstImage size="s" class="EntryFirstImage" with_category="1"}}
<p>
{{tpl:EntryExcerpt remove_html="1" encode_html="1"}}
</p>
<p class="readmore-ellipsis">Lire la suite...</p>
</tpl:EntryIf>
<!-- # Entry without excerpt -->
<tpl:EntryIf extended="0">
{{tpl:EntryFirstImage size="s" class="EntryFirstImage" with_category="1"}}
<p>
{{tpl:EntryContent remove_html="1" encode_html="1" cut_string="300"}}
</p>
<p class="readmore-ellipsis">Lire la suite...</p>
</tpl:EntryIf>
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
<p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
<tpl:EntryIf show_comments="1">
- <a href="{{tpl:EntryURL}}#comments">{{tpl:EntryCommentCount}}</a>
</tpl:EntryIf>
<tpl:EntryIf show_pings="1">
- <a href="{{tpl:EntryURL}}#pings">{{tpl:EntryPingCount}}</a></tpl:EntryIf>
<tpl:EntryIf has_attachment="1">
- <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf>
</p>
</article>
</a>
</tpl:Entries>
</div>
</section>
</tpl:Block>
Loading…
Cancel
Save