diff --git a/_includes/nav_footer_custom.html b/_includes/nav_footer_custom.html
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/_layouts/default.html b/_layouts/default.html
index 0563275a50d2340fade6b6818df844cd73069042..efaa1e5374c3e03d3f29ee293ee9f765dc2e3cea 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -85,9 +85,17 @@ layout: table_wrappers
         {% endfor %}
       {% endif %}
     </nav>
-    <footer class="site-footer">
-      This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
-    </footer>
+
+    {% capture nav_footer_custom %}
+      {%- include nav_footer_custom.html -%}
+    {% endcapture %}
+    {% if nav_footer_custom != "" %}
+      {{ nav_footer_custom }}
+    {% else %}
+      <footer class="site-footer">
+        This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
+      </footer>
+    {% endif %}
   </div>
   <div class="main" id="top">
     <div id="main-header" class="main-header">