diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html new file mode 100644 index 0000000..64e08c2 --- /dev/null +++ b/_includes/footer_custom.html @@ -0,0 +1,3 @@ +{%- if site.footer_content -%} +

{{ site.footer_content }}

+{%- endif -%} diff --git a/_includes/header_custom.html b/_includes/header_custom.html new file mode 100644 index 0000000..e69de29 diff --git a/_layouts/default.html b/_layouts/default.html index a92beb9..f571923 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -80,6 +80,7 @@ layout: table_wrappers
{% endif %} + {% include header_custom.html %} {% if site.aux_links %}