diff options
Diffstat (limited to '_layouts/page.html')
| -rw-r--r-- | _layouts/page.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index ce233ad..12956f2 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,14 +1,12 @@ --- layout: default --- -<article class="post"> - <header class="post-header"> - <h1 class="post-title">{{ page.title }}</h1> - </header> +<article> + + <h1 class="post-title">{{ page.title }}</h1> + <div class="author">By {{ page.by }}</div> - <div class="post-content"> {{ content }} - </div> </article> |
