Add breadcrumbs for talks and posts

This commit is contained in:
Oliver Davies 2017-11-19 15:03:07 +00:00
parent f62cd1d651
commit 3defaf676c
6 changed files with 56 additions and 1 deletions

View file

@ -1,4 +1,4 @@
<div class="border-bottom border-b border-grey-lighter mb-4">
<div class="navbar border-bottom border-b border-grey-lighter mb-6">
<header class="container mx-auto px-4 flex items-center">
<div class="w-1/4">
<a href="/" class="" title="Home">

View file

@ -0,0 +1,7 @@
<svg viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="{{ class }}" style="{{ style }}">
<g stroke="none" stroke-width="1" fill-rule="evenodd">
<g id="icon-shape">
<polygon id="Combined-Shape" points="12.9497475 10.7071068 13.6568542 10 8 4.34314575 6.58578644 5.75735931 10.8284271 10 6.58578644 14.2426407 8 15.6568542 12.9497475 10.7071068"></polygon>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 476 B