From 032e427c3a054dbc117dc62fee82dd14f1d9e038 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 25 Mar 2019 23:24:31 +0000 Subject: [PATCH] Make more things clickable --- source/_partials/blog/post-summary.html.twig | 4 +++- source/_partials/talks/talk.html.twig | 4 +++- source/podcasts.html.twig | 6 +++++- tailwind.config.js | 13 ++++++++----- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/source/_partials/blog/post-summary.html.twig b/source/_partials/blog/post-summary.html.twig index 673031bc..7f578e30 100644 --- a/source/_partials/blog/post-summary.html.twig +++ b/source/_partials/blog/post-summary.html.twig @@ -1,7 +1,9 @@

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

{% if show_date %} diff --git a/source/_partials/talks/talk.html.twig b/source/_partials/talks/talk.html.twig index a26609a5..d2ad1706 100644 --- a/source/_partials/talks/talk.html.twig +++ b/source/_partials/talks/talk.html.twig @@ -1,6 +1,8 @@

- {{ talk.title }} + + {{ talk.title }} +

diff --git a/source/podcasts.html.twig b/source/podcasts.html.twig index 64a0ceba..9c8fdd20 100644 --- a/source/podcasts.html.twig +++ b/source/podcasts.html.twig @@ -28,7 +28,11 @@ episodes: {% set podcast = page.podcasts[episode.podcast] %}
-

{{ podcast.name }}: {{ episode.title }}

+

+ + {{ podcast.name }}: {{ episode.title }} + +