(Update) Hero/Blog: update post hero with breadcrumbs

This commit is contained in:
0xfff 2016-10-08 21:59:19 +02:00
parent 61a012ac30
commit 4c555aa586

View file

@ -15,6 +15,7 @@
<!-- Hero content -->
<div class="hero__content">
<a href="#">Blog — General</a><!-- TODO -->
<h1 class="hero__title">{% if page.title %}{{ page.title }}{% endif %}</h1>
<p class="hero__lead">{{ page.date | date: "%b %d, %Y" }}</p>
</div>