From: m5o Date: Thu, 1 Mar 2018 23:44:40 +0000 (+0100) Subject: docs skippy partial (#25750) X-Git-Tag: v4.1.0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34bc00ddbe4d2ffb130f6718150a7759f01a272b;p=thirdparty%2Fbootstrap.git docs skippy partial (#25750) * load skippy markup from includes --- diff --git a/_includes/skippy.html b/_includes/skippy.html new file mode 100644 index 0000000000..2c73089bc3 --- /dev/null +++ b/_includes/skippy.html @@ -0,0 +1,5 @@ + +
+ Skip to main content +
+
diff --git a/_layouts/default.html b/_layouts/default.html index e6e576fa4a..59f5c122b8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,11 +4,7 @@ {% include header.html %} - -
- Skip to main content -
-
+ {% include skippy.html %} {% include docs-navbar.html %} diff --git a/_layouts/docs.html b/_layouts/docs.html index f876055d72..1d2125508e 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -4,11 +4,7 @@ {% include header.html %} - -
- Skip to main content -
-
+ {% include skippy.html %} {% include docs-navbar.html %} diff --git a/_layouts/home.html b/_layouts/home.html index a406ba2e6a..88a23d49ce 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -4,11 +4,7 @@ {% include header.html %} - -
- Skip to main content -
-
+ {% include skippy.html %} {% include docs-navbar.html %}