diff options
Diffstat (limited to 'site/_includes/footer_site.html')
-rw-r--r-- | site/_includes/footer_site.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/_includes/footer_site.html b/site/_includes/footer_site.html new file mode 100644 index 0000000..4b7fb1d --- /dev/null +++ b/site/_includes/footer_site.html @@ -0,0 +1,6 @@ +<div class="blue-divider"></div> +<footer> + <div class="container"> + {% include footer_contents.html %} + </div> +</footer> |