diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index d0eb6da..050fd6d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,5 +21,7 @@ </div> </main> + {% include foot.html %} + </body> </html> |
