Update backers July 2019

This commit is contained in:
Jeremy Thomas
2019-07-09 12:20:21 +01:00
parent 3ff832e168
commit 9a29ab7d3b
16 changed files with 337 additions and 68 deletions

View File

@@ -38,7 +38,7 @@ breadcrumb:
<div class="bd-content">
<div class="bd-links">
{% for post in site.posts %}
{% assign date = post.date | date_to_string %}
{% assign date = post.date | date: "%B %-d" %}
{% assign more = post.introduction | markdownify | strip_html %}
{%
include elements/link.html