Add more tags in recent posts, restyle pagination urls and clean config

This commit is contained in:
2016-01-08 23:41:24 +00:00
parent 176b432cb2
commit 6f389b0c04
5 changed files with 26 additions and 25 deletions

View File

@@ -12,7 +12,7 @@
{% endif %}
</div>
<h1>
<span itemprop="name">{{ post.title }}</span>
<a href="/{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
<small class="print-only" itemprop="datePublished" content="{{ post.date|date:'%F') }}">{{ post.date|date:'%A, %B %d, %Y' }}</small>
</h1>
</header>
@@ -26,7 +26,7 @@
{% endcapture %}
{% if excerpt_words != content_words %}
<p>
<a href="/{{ site.baseurl }}{{ post.url }}" role="button">{{ site.read_more }}</a>
<a href="/{{ site.baseurl }}{{ post.url }}" class="read-more" role="button">{{ site.read_more }}</a>
</p>
{% endif %}
</section>