More progress with Jekyll

This commit is contained in:
Jeff Parsons 2015-12-08 15:14:39 -08:00
commit 2aa496aa7e
12 changed files with 53 additions and 22 deletions

View file

@ -14,6 +14,8 @@
</div>
{% include footer.html %}
{% include machine-engines.html %}
</body>

View file

@ -3,9 +3,11 @@ layout: default
---
<div class="post">
{% if page.display_title %}
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
{% endif %}
<article class="post-content">
{{ content }}