From e58b306c9173c7b7c4c8a5616ec3d3b25e59510d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 5 Jan 2019 00:33:55 +0000 Subject: [PATCH] Remove buttons, make titles links instead --- source/_partials/blog/post-summary.html.twig | 13 ++++++------- source/blog.html | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/source/_partials/blog/post-summary.html.twig b/source/_partials/blog/post-summary.html.twig index 546004d3..794d2e3d 100644 --- a/source/_partials/blog/post-summary.html.twig +++ b/source/_partials/blog/post-summary.html.twig @@ -1,14 +1,13 @@ -

{{ post.draft ? 'Draft: '|upper }}{{ post.title }}

+
+ +

{{ post.draft ? 'Draft: '|upper }}{{ post.title }}

+
-

Posted on {{ post.date|date('jS F Y') }}

+

Posted on {{ post.date|date('jS F Y') }}

+
{% include 'post/intro-image' with { page: post } %}

{{ post.excerpt }}

- - - Read more - about {{ post.title }} - diff --git a/source/blog.html b/source/blog.html index 18e0cfe1..7a6efc7a 100644 --- a/source/blog.html +++ b/source/blog.html @@ -4,9 +4,9 @@ title: Blog use: [posts] --- {% block content %} -