More progress with Jekyll
This commit is contained in:
parent
bd4d1da3db
commit
2aa496aa7e
12 changed files with 53 additions and 22 deletions
|
|
@ -14,6 +14,8 @@
|
|||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
{% include machine-engines.html %}
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue