diff options
Diffstat (limited to '_layouts/static.html')
| -rw-r--r-- | _layouts/static.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/_layouts/static.html b/_layouts/static.html index 5e71126..f3f047e 100644 --- a/_layouts/static.html +++ b/_layouts/static.html @@ -2,4 +2,7 @@ layout: default --- -{{ content }} +<section> + {{ content }} + {% include footer.html %} +</section> |
