From efeb7623ea512da1edd00193052fda7176e809ed Mon Sep 17 00:00:00 2001 From: David Darnes Date: Mon, 1 Jan 2018 19:13:40 +0000 Subject: [PATCH] Remove need for title attributes, #14 --- _includes/post-list.html | 4 ++-- _includes/site-logo.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/post-list.html b/_includes/post-list.html index b660ca7..9f4aa50 100755 --- a/_includes/post-list.html +++ b/_includes/post-list.html @@ -5,7 +5,7 @@
  • -

    {{ page.title }}

    +

    {{ page.title }}

    {% include post-meta.html %} {{ page.excerpt | markdownify | truncatewords: 60 }} @@ -22,7 +22,7 @@
  • -

    {{ page.title }}

    +

    {{ page.title }}

    {% include post-meta.html %} {{ page.excerpt | markdownify | truncatewords: 60 }} diff --git a/_includes/site-logo.html b/_includes/site-logo.html index e67dc72..ce5d3f0 100755 --- a/_includes/site-logo.html +++ b/_includes/site-logo.html @@ -1,3 +1,3 @@ -