diff options
Diffstat (limited to '_layouts/page.html')
| -rw-r--r-- | _layouts/page.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 12956f2..6f8370f 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,12 +1,12 @@ --- -layout: default +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> --> |
