diff --git a/templates/base.html b/templates/base.html index e7145a0..8ca1474 100644 --- a/templates/base.html +++ b/templates/base.html @@ -45,7 +45,7 @@ Skip to footer - + Stattic diff --git a/templates/index.html b/templates/index.html index 685e32d..a29f158 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,11 +5,10 @@ {% for post in posts %} - - + {{ post.title }} - {{ post.excerpt | safe }} + {{ post.excerpt | safe }} {% endfor %}