bookmark.html (768B)
1 <article class="h-entry hentry"> 2 <small class="hentry__posttype"> 3 <svg aria-hidden="true" class="ico" height="24" width="24" role="image"><use href="#ico_bookmark"></use></svg> 4 Marque-page 5 </small> 6 7 <h1 class="p-name"> 8 <a 9 class="u-bookmark-of u-like-of h-cite" 10 href="<%= url -%>" 11 rel="external nofollow"> 12 <%- title -%> 13 </a> 14 </h1> 15 16 <div class="e-content"> 17 <%- content -%> 18 </div> 19 20 <% if keywords then %> 21 <ul class="hentry__categories"> 22 <% for i = 1, #keywords do %> 23 <li> 24 <a class="p-category" href="/mots-cles.html#<%- keywords[i]:gsub("%s+", "-") -%>" rel="tag"><%- keywords[i] -%></a> 25 </li> 26 <% end %> 27 </ul> 28 <% end %> 29 30 <%- include("footer-entry") %> 31 </article>