diff options
Diffstat (limited to '_layouts/page.html')
| -rw-r--r-- | _layouts/page.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index f7d23e8..3e2b558 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,12 +3,12 @@ layout: default --- <div id="main" role="main" class="main"> -<article class="page"> + <article class="page"> - <h1>{{ page.title }}</h1> + <h1>{{ page.title }}</h1> - <div class="entry"> - {{ content }} - </div> -</article> -</div> + <div class="entry"> + {{ content }} + </div> + </article> +</div>
\ No newline at end of file |
