diff options
Diffstat (limited to '_layouts/page.html')
| -rw-r--r-- | _layouts/page.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 45910f5..6f8370f 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,11 +2,11 @@ layout: chapter --- -<article> +<!-- <article> --> - <h1 class="post-title">{{ page.title }}</h1> - <div class="author">By {{ page.by }}</div> + <!-- <h1 class="post-title">{{ page.title }}</h1> --> + <!-- <div class="author">By {{ page.by }}</div> --> {{ content }} -</article> +<!-- </article> --> |
