diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2015-07-07 01:59:38 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-07 01:59:38 -0700 |
| commit | d4991b1136e6e9e8a14cd497148f381b8436454a (patch) | |
| tree | ad9368eeb25ae23f1d0f4caa2e3c2d0fa30531ae /_layouts/static.html | |
| parent | Add CNAME file for custom domain (diff) | |
| download | lumberjaph-d4991b1136e6e9e8a14cd497148f381b8436454a.tar.gz | |
Update layout.
Fix layout for static pages, update the about page, add some gists, etc.
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> |
