Add navbar component, Fix JS highlight

This commit is contained in:
Jeremy Thomas
2017-07-02 16:52:20 +01:00
parent 6fe8ce9795
commit 43b034e0af
15 changed files with 345 additions and 153 deletions

View File

@@ -20,8 +20,8 @@ route: blog
</h2>
</div>
<div class="column is-8">
<div class="content">
{{ post.content }}
<div class="content is-medium">
{{ post.introduction }}
</div>
</div>
</div>