Small fix
This commit is contained in:
parent
8bfce39bbc
commit
482aba3a03
1 changed files with 7 additions and 7 deletions
14
index.html
14
index.html
|
@ -13,13 +13,13 @@ image:
|
|||
<header>
|
||||
<div class="entry-meta">
|
||||
<span class="entry-date date published updated"><time datetime="{{ post.date | date_to_xmlschema }}"><a href="{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time></span><span class="author vcard"><span class="fn"><a href="/about/" title="About {{ site.owner.name }}">{{ site.owner.name }}</a></span></span>{% if site.disqus_shortname and post.comments %} • <span class="entry-comments"><a href="{{ post.url }}#disqus_thread">Comment</a></span>{% endif %}
|
||||
{% if site.reading_time %}
|
||||
<span class="entry-reading-time pull-right">
|
||||
<i class="fa fa-clock-o"></i>
|
||||
{% assign readtime = post.content | number_of_words | divided_by:site.words_per_minute %}
|
||||
Reading time ~{% if readtime <= 1 %}1 minute{% else %}{{ readtime }} minutes{% endif %}
|
||||
</span><!-- /.entry-reading-time -->
|
||||
{% endif %}
|
||||
{% if site.reading_time %}
|
||||
<span class="entry-reading-time pull-right">
|
||||
<i class="fa fa-clock-o"></i>
|
||||
{% assign readtime = post.content | number_of_words | divided_by:site.words_per_minute %}
|
||||
Reading time ~{% if readtime <= 1 %}1 minute{% else %}{{ readtime }} minutes{% endif %}
|
||||
</span><!-- /.entry-reading-time -->
|
||||
{% endif %}
|
||||
</div><!-- /.entry-meta -->
|
||||
{% if post.link %}
|
||||
<h1 class="entry-title"><a href="{{ post.url }}" rel="bookmark" title="{{ post.title }}"><i class="fa fa-angle-double-right"></i></a> <a href="{{ post.link }}">{{ post.title }}</a></h1>
|
||||
|
|
Loading…
Reference in a new issue