diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-06-03 21:18:40 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-06-03 21:18:40 +0200 |
| commit | 05d725fad196f53874c5d15ca493962986f8af73 (patch) | |
| tree | 8c2f2b8d2d3149842ecd2d0df7fe18cb932f7cc8 /templates | |
| parent | fd728287049742f66f7aeaf79f855132da9ef400 (diff) | |
Update the blog style
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> |