diff --git a/lib/site_template/_layouts/post.html b/lib/site_template/_layouts/post.html index ccaf1c99..a2b4e52f 100644 --- a/lib/site_template/_layouts/post.html +++ b/lib/site_template/_layouts/post.html @@ -4,7 +4,7 @@ layout: default
-

{{ page.title }}

+

{{ page.title }}

diff --git a/lib/site_template/index.html b/lib/site_template/index.html index 594881d5..83d93985 100644 --- a/lib/site_template/index.html +++ b/lib/site_template/index.html @@ -4,16 +4,16 @@ layout: default
-

Posts

+

Posts

    {% for post in site.posts %}
  • -

    +

    {{ post.title }} -

    +
  • {% endfor %}