]> git.r.bdr.sh - rbdr/blog/blobdiff - templates/index.html
Update the blog style
[rbdr/blog] / templates / index.html
index 3e37304dc6c6d43838d2439274c80907b9cd7e61..8ab8e3cd25916274cad673415eb363e25211698c 100644 (file)
     </header>
     <main>
     {{~ it.posts: post}}
-      <article class="h-entry" id="{{= post.id}}">
+      <article class="h-entry" id="{{= post.index + 1}}">
         {{= post.html}}
       </article>
-      <hr>
+      <hr class="separator">
     {{~}}
     {{? it.posts.length === 0}}
       <h1>This is a fresh blog!</h1>