diff options
Diffstat (limited to '_layouts/static.html')
| -rw-r--r-- | _layouts/static.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_layouts/static.html b/_layouts/static.html index f3f047e..0ecad98 100644 --- a/_layouts/static.html +++ b/_layouts/static.html @@ -2,7 +2,11 @@ layout: default --- +<header> + <h1><a href="{{page.url}}">{{page.title}}</a></h1> +</header> + <section> - {{ content }} + <div id="entry">{{ content }}</div> {% include footer.html %} </section> |
