diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 536fa28..c75ad95 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,10 +1,13 @@ --- layout: master --- -<h1>{{ page.title }}</h1> -{% if page.date %} -<div class="date">{{ page.date | date: "%-d %B %Y" }}</div> -{% endif %} +<div class="doc_detail"> + <h1>{{ page.title }}</h1> + + {% if page.date %} + <div class="date">{{ page.date | date: "%-d %B %Y" }}</div> + {% endif %} +</div> {{ content }} |