Init migrating blog post

This commit is contained in:
Jeremy Thomas
2018-04-11 18:58:11 +01:00
parent 24878c09bc
commit 1074ea834b
11 changed files with 1063 additions and 2554 deletions

View File

@@ -39,6 +39,7 @@ breadcrumb:
<div class="bd-links">
{% for post in site.posts %}
{% assign subtitle = post.date | date_to_string %}
{% assign more = post.introduction | markdownify | strip_html %}
{%
include elements/link.html
url=post.url
@@ -47,7 +48,8 @@ breadcrumb:
icon_regular=post.icon_regular
icon=post.icon
name=post.name
subtitle=subtitle
subtitle=more
more=subtitle
%}
{% endfor %}
</div>