summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.njk7
1 files changed, 4 insertions, 3 deletions
diff --git a/_layouts/post.njk b/_layouts/post.njk
index 3eccafa..335a6c3 100644
--- a/_layouts/post.njk
+++ b/_layouts/post.njk
@@ -6,10 +6,11 @@
{% block content %}
<h1>{{ title }}</h1>
- <div class="post-info">
- <small>{{ page.date | date }}</small>
- </div>
<div>
{{ content | safe }}
</div>
+ <hr>
+ <div class="post-info">
+ <small>{{ page.date | date }}</small>
+ </div>
{% endblock %}