diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 5205410..c1a2e99 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,11 +2,10 @@ layout: default --- -<div class="author">By {{ page.by }}</div> - <article> <h1 class="post-title">{{ page.title }}</h1> + <div class="author">By {{ page.by }}</div> <!-- <header class="post-header"> <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> |
