Remove buttons, make titles links instead
This commit is contained in:
parent
42f79d8879
commit
e58b306c91
2 changed files with 8 additions and 9 deletions
|
@ -1,14 +1,13 @@
|
|||
<h2 class="text-2xl mb-1">{{ post.draft ? 'Draft: '|upper }}{{ post.title }}</h2>
|
||||
<div class="markup">
|
||||
<a href="{{ post.url }}" class="text-black focus:text-white block">
|
||||
<h2 class="text-inherit text-2xl mt-0 mb-1">{{ post.draft ? 'Draft: '|upper }}{{ post.title }}</h2>
|
||||
</a>
|
||||
|
||||
<p class="text-sm text-grey-dark mb-4">Posted on {{ post.date|date('jS F Y') }}</p>
|
||||
<p class="text-sm text-grey-dark mb-4">Posted on {{ post.date|date('jS F Y') }}</p>
|
||||
</div>
|
||||
|
||||
{% include 'post/intro-image' with { page: post } %}
|
||||
|
||||
<div class="markup mb-4">
|
||||
<p>{{ post.excerpt }}</p>
|
||||
</div>
|
||||
|
||||
<a href="{{ post.url }}" class="button">
|
||||
Read more
|
||||
<span class="visuallyhidden">about {{ post.title }}</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue