default.mustache (855B)
1 {{> partials/head.mustache }} 2 3 <body id="single"> 4 <article class="h-entry hentry"> 5 <div class="layout e-content p-name single"> 6 <!-- Pandoc var --> 7 $body$ 8 </div> 9 10 <footer> 11 <address class="layout"> 12 <hr/> 13 14 <p> 15 <a class="u-url u-uid u-syndication" href="#" rel="bookmark">#</a> 16 17 Créé à {{ SITE_AUTHOR_LOCALITY }} le <time class="dt-published" $if(datetime)$datetime="$date$T$datetime$"$endif$>$date$</time> par 18 19 <a class="p-author author" href="{{ BASE_URL }}#hs" rel="author"><i>{{ SITE_AUTHOR }}</i></a>. 20 21 $if(modified)$Modifié le <time class="dt-updated">$modified$</time>.$endif$ 22 </p> 23 </address> 24 </footer> 25 </article> 26 </body> 27 </html>