Fix archicture typo and post image widths

This commit is contained in:
Tom Busby
2018-07-06 00:33:12 +02:00
parent 30db1a9b9d
commit ca88fbcb3b
4 changed files with 10 additions and 5 deletions

View File

@@ -8,6 +8,9 @@ layout: default
<span class="time">{{ page.date | date_to_string }}</span> - by {{ page.author }}
<div class="content">
{% if page.image %}
<p><img src="{{ page.image }}" alt="header image" id="header-image"></p>
{% endif %}
<div class="post">{{ content }}</div>
<hr>
<a href="/">Return to Home</a>