index.html (344B)
1 <link 2 href="/css/hcard.min.css" 3 media="screen" 4 rel="stylesheet"/> 5 <%- content -%> 6 <% if collection and #collection >= 1 then %> 7 <aside class="main__aside"> 8 <small>Dernière publication</small> 9 <p> 10 <a 11 href="<%= collection[1].rellink %>"> 12 <%- collection[1].title -%> 13 </a> 14 </p> 15 </aside> 16 <% end %>