From 19e5cf226da5daad92df6602336e84ac9ccba528 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 29 Aug 2015 13:08:21 +0300 Subject: [PATCH] Fix missing anchors and 404 errors. [skip sauce] --- docs/_includes/footer.html | 2 +- docs/_layouts/default.html | 4 +++- docs/_layouts/docs.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 429056ff3f..3e12c58b8b 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 274f51f8d3..dab3d56655 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 9bcf55cd74..fc47e6f405 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -25,7 +25,7 @@ {% include nav-docs.html %}
-

{{ page.title }}

+

{{ page.title }}

{{ content }}