_layouts/post.html in jekyll-theme-clean-blog-4.0.6 vs _layouts/post.html in jekyll-theme-clean-blog-4.0.7

- old
+ new

@@ -18,11 +18,12 @@ <h2 class="subheading">{{ page.subtitle }}</h2> {% endif %} <span class="meta">Posted by <a href="#">{% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}</a> on {{ page.date | date: '%B %d, %Y' }} &middot; {% include read_time.html - content=page.content %}</span> + content=page.content %} + </span> </div> </div> </div> </div> </header> @@ -36,16 +37,14 @@ <hr> <div class="clearfix"> {% if page.previous.url %} - <a class="btn btn-primary float-left" href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}" - data-toggle="tooltip" data-placement="top" title="{{ page.previous.title }}">&larr; Previous<span class="d-none d-md-inline"> + <a class="btn btn-primary float-left" href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{ page.previous.title }}">&larr; Previous<span class="d-none d-md-inline"> Post</span></a> {% endif %} {% if page.next.url %} - <a class="btn btn-primary float-right" href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}" - data-toggle="tooltip" data-placement="top" title="{{ page.next.title }}">Next<span class="d-none d-md-inline"> + <a class="btn btn-primary float-right" href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{ page.next.title }}">Next<span class="d-none d-md-inline"> Post</span> &rarr;</a> {% endif %} </div>