diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 3e37304..8ab8e3c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,10 +22,10 @@ </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> |