diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 429056ff3..3e12c58b8 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -12,7 +12,7 @@ - + {% if site.github %} diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 274f51f8d..dab3d5665 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -12,7 +12,9 @@ {% include nav-home.html %} - {{ content }} +
+ {{ content }} +
{% include footer.html %} diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 9bcf55cd7..fc47e6f40 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -25,7 +25,7 @@ {% include nav-docs.html %}
-

{{ page.title }}

+

{{ page.title }}

{{ content }}