From: Brian Talbot Date: Mon, 28 Mar 2016 15:01:58 +0000 (-0400) Subject: WIP - revising get started UI with Font CDN options X-Git-Tag: v4.6.2~9^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aacf4d1face7925f30afdd433f85f8073bc52ab8;p=thirdparty%2FFont-Awesome.git WIP - revising get started UI with Font CDN options --- diff --git a/src/_includes/jumbotron.html b/src/_includes/jumbotron.html index 747b32dedb..93920f7a71 100644 --- a/src/_includes/jumbotron.html +++ b/src/_includes/jumbotron.html @@ -1,6 +1,19 @@
+ + {% if page.in_page_nav %} +
+

{{ jumbotron_h1 }}

+

{{ jumbotron_p }}

+
+ +
+ {{ jumbotron_nav }} +
+ {% else %}

{{ jumbotron_h1 }}

{{ jumbotron_p }}

+ {% endif %}
+
diff --git a/src/_layouts/base.html b/src/_layouts/base.html index a679afbc10..af1bf66a5b 100644 --- a/src/_layouts/base.html +++ b/src/_layouts/base.html @@ -38,7 +38,7 @@ })(); - +