From: XhmikosR Date: Mon, 5 Nov 2018 09:31:40 +0000 (+0200) Subject: Move stylesheets to an include. X-Git-Tag: v4.2.0~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a933f076f47bdb20725a6ad8884596884b3618a9;p=thirdparty%2Fbootstrap.git Move stylesheets to an include. --- diff --git a/site/_includes/header.html b/site/_includes/header.html index 11265478d2..8f52ebfb83 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -12,18 +12,7 @@ {%- endif -%} - -{% if jekyll.environment == "production" %} - -{% else %} - -{% endif %} - - -{% if page.layout == "docs" %} - -{% endif %} - +{% include stylesheet.html %} {% include favicons.html %} diff --git a/site/_includes/stylesheet.html b/site/_includes/stylesheet.html new file mode 100644 index 0000000000..ad04d86782 --- /dev/null +++ b/site/_includes/stylesheet.html @@ -0,0 +1,12 @@ + +{% if jekyll.environment == "production" %} + +{% else %} + +{% endif %} + + +{% if page.layout == "docs" %} + +{% endif %} +