_includes/header.html in cosy-jekyll-theme-1.0.4 vs _includes/header.html in cosy-jekyll-theme-1.0.5

- old
+ new

@@ -45,19 +45,7 @@ </ul> </div> <div class="entry-header"> <div class="header-title"> <h1>{{ page.title }}</h1> - {% if page.date %} - <h2><span class="entry-date date published updated"><time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%Y-%m-%d" }}</time></span> - </h2> - {% endif %} - - {% if site.reading_time and page.layout == 'post' %} - <p class="entry-reading-time"> - <i class="fa fa-clock-o"></i> - {% assign readtime = content | strip_html | number_of_words | divided_by:site.words_per_minute %} - Reading time ~{% if readtime <= 1 %}1 minute{% else %}{{ readtime }} minutes{% endif %} - </p> - {% endif %} </div> </div>