diff options
Diffstat (limited to '')
| -rw-r--r-- | _layouts/default.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 8fb910f..5f80b43 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,10 +9,9 @@ <div id="container"> {{ content }} + {% include footer.html %} </div> - {% include footer.html %} - </body> </html> |
