diff --git a/_includes/nav_footer_custom.html b/_includes/nav_footer_custom.html new file mode 100644 index 0000000..e69de29 diff --git a/_layouts/default.html b/_layouts/default.html index 0563275..efaa1e5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -85,9 +85,17 @@ layout: table_wrappers {% endfor %} {% endif %} - + + {% capture nav_footer_custom %} + {%- include nav_footer_custom.html -%} + {% endcapture %} + {% if nav_footer_custom != "" %} + {{ nav_footer_custom }} + {% else %} + + {% endif %}