Fix imports

This commit is contained in:
Jeremy Thomas
2016-10-16 19:15:56 +01:00
parent c52a3da371
commit a2f0b07369
68 changed files with 417 additions and 7527 deletions

View File

@@ -9,7 +9,7 @@ route: blog
<div class="container">
<article class="article {{ page.category | downcase }}{% if page.recommended == true %} recommended{% endif %}">
<p class="subtitle">
<a href="{{ site.baseurl }}/blog">Back</a>
<a href="{{ site.url }}/blog">Back</a>
</p>
<p class="subtitle is-4">
{{ page.date | date_to_string }}