From: XhmikosR Date: Sat, 29 Aug 2015 10:08:21 +0000 (+0300) Subject: Fix missing anchors and 404 errors. X-Git-Tag: v4.0.0-alpha.2~353^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19e5cf226da5daad92df6602336e84ac9ccba528;p=thirdparty%2Fbootstrap.git Fix missing anchors and 404 errors. [skip sauce] --- 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 }}