From 46fa167bbe17d25322d79f465e0e76ab46a70739 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 3 Jan 2018 02:33:26 +0000 Subject: [PATCH] Truncate breadcrumb title --- source/_layouts/post.html.twig | 4 ++-- source/_layouts/talk.html.twig | 4 ++-- source/talks-archive.html.twig | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 2849f73d..4e311670 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -12,8 +12,8 @@ Blog {% include "svg/chevron-right" with { class: 'text-grey-light mx-1', style: "height: 20px" } %} -
  • - {{ page.title }} +
  • + {{ page.title }}
  • diff --git a/source/_layouts/talk.html.twig b/source/_layouts/talk.html.twig index 66b2d165..aed42cb8 100644 --- a/source/_layouts/talk.html.twig +++ b/source/_layouts/talk.html.twig @@ -12,8 +12,8 @@ Talks {% include "svg/chevron-right" with { class: 'text-grey-light mx-1', style: "height: 20px" } %} -
  • - {{ page.title }} +
  • + {{ page.title }}
  • diff --git a/source/talks-archive.html.twig b/source/talks-archive.html.twig index a5765175..86b66044 100644 --- a/source/talks-archive.html.twig +++ b/source/talks-archive.html.twig @@ -23,8 +23,8 @@ talks: Talks {% include "svg/chevron-right" with { class: 'text-grey-light mx-1', style: "height: 20px" } %} -
  • - Archive +
  • + Archive
  • @@ -37,4 +37,4 @@ talks: {% include "talks-table" with { talks: getPastTalks(data.talks, site.events) } %}

    Upcoming talks can be found on the talks page.

    -{% endblock %} \ No newline at end of file +{% endblock %}