diff --git a/_includes/header.html b/_includes/header.html index 583adbe..d354dc9 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,6 +3,15 @@ {% assign post = page %} {% endif %} +
+ +
{% if post.image != nil %}
diff --git a/_layouts/post.html b/_layouts/post.html index 50ad08c..a485fc5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,6 +16,14 @@ layout: layout {{ content }} +
+ +
+ +
+ +
+