diff options
Diffstat (limited to '_layouts/static.html')
| -rw-r--r-- | _layouts/static.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/static.html b/_layouts/static.html index 0fb107f..6cda4d7 100644 --- a/_layouts/static.html +++ b/_layouts/static.html @@ -2,6 +2,8 @@ layout: default --- -{{ content }} +<div id="site"> -{% include footer.html %} + {{ content }} + +</div> |
