diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/index.html b/templates/index.html index 4605930..e7f2612 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,14 @@ </head> <body> ${partials/header.html()} + <div class="posts-list"> + <header class="header-bloc"> + <h2>Billets de blog</h2> + </header> + <div> + ${body} + </div> + </div> ${if(title)} <div class="description-site"> <header class="header-bloc"> @@ -14,15 +22,7 @@ ${resume} </div> </div> - <div class="posts-list"> - <header class="header-bloc"> - <h2>Billets de blog</h2> - </header> - <div> - ${body} - </div> - </div> - ${endif} + ${endif} ${partials/footer.html()} </body> -</html>
\ No newline at end of file +</html> |