Remove styles, rename some classes

This commit is contained in:
Oliver Davies 2017-08-06 20:47:56 +01:00
parent 451789c1a2
commit e9eab9260b
5 changed files with 2 additions and 14 deletions

View file

@ -1,4 +1,4 @@
{% set title_tag = title_tag ?: 'h1' %}
<{{ title_tag }}>{{ page.title }}</{{ title_tag }}>
<p class="posted text-light">{{ page.date|date('jS F Y') }}</p>
<p class="posted">{{ page.date|date('jS F Y') }}</p>