jumbo-jekyll-theme 5.6.9.2 → 5.6.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -10
- data/_config.yml +213 -213
- data/_data/example-carousel-data-source.yml +36 -36
- data/_data/footer.yml +33 -33
- data/_data/nav.yml +17 -17
- data/_data/settings.yml +103 -103
- data/_data/tags.yml +11 -11
- data/_data/universal-nav.yml +7 -7
- data/_includes/breadcrumb.html +97 -97
- data/_includes/core/blocks.html +30 -30
- data/_includes/core/button.html +5 -5
- data/_includes/core/buttons.html +5 -5
- data/_includes/core/container_row.html +7 -7
- data/_includes/core/feature_block.html +43 -43
- data/_includes/core/full_width_row.html +5 -5
- data/_includes/core/members-section.html +32 -32
- data/_includes/core/slider.html +33 -33
- data/_includes/core/slider_row.html +2 -2
- data/_includes/core/title.html +3 -3
- data/_includes/core/youtube_video_embed.html +11 -11
- data/_includes/css.html +9 -9
- data/_includes/custom_include.html +13 -13
- data/_includes/custom_include_row.html +562 -562
- data/_includes/display-blog-posts.html +154 -154
- data/_includes/flow_inner.html +19 -19
- data/_includes/footer.html +68 -68
- data/_includes/google-analytics.html +16 -16
- data/_includes/head.html +19 -19
- data/_includes/image.html +6 -6
- data/_includes/javascript.html +10 -10
- data/_includes/jumbotron.html +115 -115
- data/_includes/linaro-404.html +19 -19
- data/_includes/nav.html +153 -153
- data/_includes/pagination.html +38 -38
- data/_includes/post-sidebar.html +182 -182
- data/_includes/responsive-image.html +5 -5
- data/_includes/schema.html +43 -43
- data/_includes/thumb.html +1 -1
- data/_includes/thumbnail_image.html +9 -9
- data/_includes/universal-nav.html +30 -30
- data/_layouts/author.html +5 -5
- data/_layouts/default.html +3 -3
- data/_layouts/error.html +25 -25
- data/_layouts/flow.html +35 -35
- data/_layouts/jumbotron.html +11 -11
- data/_layouts/post-index.html +16 -16
- data/_layouts/post.html +39 -39
- data/_sass/app/overrides.scss +65 -65
- data/_sass/app/search.scss +51 -51
- data/_sass/bootstrap/_variables.scss +932 -932
- data/_sass/core.scss +20 -20
- data/_sass/core/blog.scss +425 -425
- data/_sass/core/carousel-header.scss +90 -90
- data/_sass/core/error.scss +190 -190
- data/_sass/core/flow.scss +186 -186
- data/_sass/core/footer.scss +141 -141
- data/_sass/core/jumbotron.scss +279 -279
- data/_sass/core/normalize.scss +357 -357
- data/_sass/core/theme.scss +871 -871
- data/_sass/home.scss +2 -2
- data/assets/css/main-blog.scss +13 -13
- data/assets/css/main-error.scss +13 -13
- data/assets/css/main.scss +11 -11
- data/assets/js/app/facebook.js +7 -7
- data/assets/js/app/main.js +261 -261
- data/assets/js/pacakge-search.js +9 -9
- data/assets/js/package-blog.js +12 -12
- data/assets/js/package-extended.js +14 -14
- data/assets/js/package-home.js +14 -14
- data/assets/js/package-main.js +13 -13
- data/assets/js/package-search.js +8 -8
- data/assets/js/vendor/fess-ss.min.js +24 -24
- data/robots.txt +9 -9
- metadata +2 -16
@@ -1,16 +1,16 @@
|
|
1
|
-
{% if site.production %}
|
2
|
-
{% assign analytics_code = site.data.settings.google_analytics.production %}
|
3
|
-
{% elsif site.production == false %}
|
4
|
-
{% assign analytics_code = site.data.settings.google_analytics.staging %}
|
5
|
-
{% else %}
|
6
|
-
{% assign analytics_code = site.data.settings.google_analytics.production %}
|
7
|
-
{% endif %}
|
8
|
-
<script>
|
9
|
-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
10
|
-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
11
|
-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
12
|
-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
13
|
-
|
14
|
-
ga('create', '{{analytics_code}}', 'auto');
|
15
|
-
ga('send', 'pageview');
|
16
|
-
</script>
|
1
|
+
{% if site.production %}
|
2
|
+
{% assign analytics_code = site.data.settings.google_analytics.production %}
|
3
|
+
{% elsif site.production == false %}
|
4
|
+
{% assign analytics_code = site.data.settings.google_analytics.staging %}
|
5
|
+
{% else %}
|
6
|
+
{% assign analytics_code = site.data.settings.google_analytics.production %}
|
7
|
+
{% endif %}
|
8
|
+
<script>
|
9
|
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
10
|
+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
11
|
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
12
|
+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
13
|
+
|
14
|
+
ga('create', '{{analytics_code}}', 'auto');
|
15
|
+
ga('send', 'pageview');
|
16
|
+
</script>
|
data/_includes/head.html
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
<head>
|
2
|
-
<meta charset="UTF-8">
|
3
|
-
<title>
|
4
|
-
{% if page.title %}
|
5
|
-
{{page.title}} - {{site.title}}
|
6
|
-
{% else %}
|
7
|
-
{{site.title}}
|
8
|
-
{% endif %}
|
9
|
-
</title>
|
10
|
-
{% include_cached css.html pageCSS=page.css-package layoutCSS=layout.css-package %}
|
11
|
-
<link rel="icon" href="{{site.data.settings.favicon}}" type="image/png" />
|
12
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
13
|
-
{% include_cached google-analytics.html %}
|
14
|
-
{% if page.keywords %}
|
15
|
-
<meta name="keywords" content="{{page.keywords}}">
|
16
|
-
{% endif %}
|
17
|
-
{% seo title=false %}
|
18
|
-
{% include_cached schema.html is_post=page.is_post included_page=page %}
|
19
|
-
</head>
|
1
|
+
<head>
|
2
|
+
<meta charset="UTF-8">
|
3
|
+
<title>
|
4
|
+
{% if page.title %}
|
5
|
+
{{page.title}} - {{site.title}}
|
6
|
+
{% else %}
|
7
|
+
{{site.title}}
|
8
|
+
{% endif %}
|
9
|
+
</title>
|
10
|
+
{% include_cached css.html pageCSS=page.css-package layoutCSS=layout.css-package %}
|
11
|
+
<link rel="icon" href="{{site.data.settings.favicon}}" type="image/png" />
|
12
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
13
|
+
{% include_cached google-analytics.html %}
|
14
|
+
{% if page.keywords %}
|
15
|
+
<meta name="keywords" content="{{page.keywords}}">
|
16
|
+
{% endif %}
|
17
|
+
{% seo title=false %}
|
18
|
+
{% include_cached schema.html is_post=page.is_post included_page=page %}
|
19
|
+
</head>
|
data/_includes/image.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
{% if include.lightbox_disabled %}
|
2
|
-
![{{include.alt}}](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==){:class="img-responsive lazyload {% if include.class %}{{include.class}}{% endif %}" data-src="{% asset_path '{{include.name}}' %}"}
|
3
|
-
{% else %}
|
4
|
-
[![{{include.alt}}](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==){:class="img-responsive lazyload {% if include.class %}{{include.class}}{% endif %}" data-src="{% asset_path '{{include.name}}' %}"}]({% if include.url %}{{include.url}}{% elsif include.lightbox_disabled %}{% else %}{% asset_path "{{include.name}}" %}{% endif %}){% if include.lightbox_disabled %}{% else %}{% if include.url %}{% else %}{: data-featherlight="{% asset_path '{{include.name}}' %}" data-title="{{include.alt}}"}{% endif %}{% endif %}
|
5
|
-
{% endif %}
|
6
|
-
|
1
|
+
{% if include.lightbox_disabled %}
|
2
|
+
![{{include.alt}}](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==){:class="img-responsive lazyload {% if include.class %}{{include.class}}{% endif %}" data-src="{% asset_path '{{include.name}}' %}"}
|
3
|
+
{% else %}
|
4
|
+
[![{{include.alt}}](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==){:class="img-responsive lazyload {% if include.class %}{{include.class}}{% endif %}" data-src="{% asset_path '{{include.name}}' %}"}]({% if include.url %}{{include.url}}{% elsif include.lightbox_disabled %}{% else %}{% asset_path "{{include.name}}" %}{% endif %}){% if include.lightbox_disabled %}{% else %}{% if include.url %}{% else %}{: data-featherlight="{% asset_path '{{include.name}}' %}" data-title="{{include.alt}}"}{% endif %}{% endif %}
|
5
|
+
{% endif %}
|
6
|
+
|
data/_includes/javascript.html
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
{% if page.js-package %}
|
2
|
-
{% capture js-package %}package-{{page.js-package}}{% endcapture %}
|
3
|
-
<script type="text/javascript" src="{% asset_path {{js-package}} %}"></script>
|
4
|
-
{% elsif layout.js-package %}
|
5
|
-
{% capture js-package %}package-{{layout.js-package}}{% endcapture %}
|
6
|
-
<script type="text/javascript" src="{% asset_path {{js-package}} %}"></script>
|
7
|
-
{% else %}
|
8
|
-
<script type="text/javascript" src="{% asset_path package-main %}"></script>
|
9
|
-
{% endif %}
|
10
|
-
|
1
|
+
{% if page.js-package %}
|
2
|
+
{% capture js-package %}package-{{page.js-package}}{% endcapture %}
|
3
|
+
<script type="text/javascript" src="{% asset_path {{js-package}} %}"></script>
|
4
|
+
{% elsif layout.js-package %}
|
5
|
+
{% capture js-package %}package-{{layout.js-package}}{% endcapture %}
|
6
|
+
<script type="text/javascript" src="{% asset_path {{js-package}} %}"></script>
|
7
|
+
{% else %}
|
8
|
+
<script type="text/javascript" src="{% asset_path package-main %}"></script>
|
9
|
+
{% endif %}
|
10
|
+
|
data/_includes/jumbotron.html
CHANGED
@@ -1,115 +1,115 @@
|
|
1
|
-
{% if page.jumbotron.slider %}
|
2
|
-
<div class="{% if page.jumbotron.video %}video {% endif %}row {% if page.jumbotron.background-image %}background-image {% endif %}
|
3
|
-
{% if page.image.background-class %}{{page.image.background-class}}{% endif %}"
|
4
|
-
id="jumbotron" {% if page.jumbotron.background-image %}
|
5
|
-
style=" background-image: url('{{page.jumbotron.background-image}}');" {% else %}
|
6
|
-
class="jumbotron text-center featured-jumbotron" {% endif %}>
|
7
|
-
<div id="jumbotron-slider" class="owl-carousel owl-theme full-width-slider">
|
8
|
-
{% for slide in page.jumbotron.slider %}
|
9
|
-
<div class="item owl-lazy owl-slide flex-center {% if slide.darken %}overlay{% endif %} {% if forloop.first %}active{% endif %}"
|
10
|
-
{% if slide.image %}data-src="{{slide.image}}"{% endif %}{% if slide.slide-style %}style="{{slide.slide-style}}"{% endif %}>
|
11
|
-
{% if slide.inner-image %}
|
12
|
-
<img class="img-responsive lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
13
|
-
data-src="{{slide.inner-image}}" alt="Slide {{forloop.index}} inner image"/>
|
14
|
-
{% endif %}
|
15
|
-
{% if slide.title %}
|
16
|
-
<h2 class="slide-title {% if slide.title-class %}{{slide.title-class}}{% endif %} {% if slide.description %}desc-title{% endif %}">{{slide.title}}</h2>
|
17
|
-
{% endif %}
|
18
|
-
{% if slide.description %}
|
19
|
-
<div class="owl--text slide-desc">
|
20
|
-
<p {% if slide.desciption-class %}class="{{slide.description-class}}"{% endif%}>
|
21
|
-
{{slide.description}}
|
22
|
-
</p>
|
23
|
-
{% if slide.buttons %}
|
24
|
-
{% for button in slide.buttons %}
|
25
|
-
<a href="{{button.url}}"
|
26
|
-
class="btn btn-primary {% if button.class %}{{button.class}}{% endif %}">
|
27
|
-
{{button.title}} {% if button.icon %}<i class="{{button.icon}}"></i>{% endif %}
|
28
|
-
</a>
|
29
|
-
{% endfor %}
|
30
|
-
{% endif %}
|
31
|
-
</div>
|
32
|
-
{% endif %}
|
33
|
-
</div>
|
34
|
-
{% endfor %}
|
35
|
-
</div>
|
36
|
-
</div>
|
37
|
-
{% else %}
|
38
|
-
<div class="{% if page.jumbotron.video %}video {% endif %}row {% if page.jumbotron.background-image %}background-image {% endif %}
|
39
|
-
{% if page.jumbotron.carousel-images %}carousel-header{% endif %}
|
40
|
-
{% if page.image.background-class %}{{page.image.background-class}}{% endif %} overlay {% if page.jumbotron.background-image %}
|
41
|
-
" style="background-image: url('{{page.jumbotron.background-image}}');"
|
42
|
-
{% else %}
|
43
|
-
jumbotron text-center featured-jumbotron"
|
44
|
-
{% endif %} id="jumbotron" > <!--Row -->
|
45
|
-
{% if page.jumbotron.video %}
|
46
|
-
<video autoplay muted preload="none" poster="{{page.jumbotron.video.poster}}" playsinline loop id="jumbotronVideo">
|
47
|
-
{% if page.jumbotron.video.source.mp4 %}
|
48
|
-
<source src="{{page.jumbotron.video.source.mp4}}" type="video/mp4">
|
49
|
-
{% endif %}
|
50
|
-
{% if page.jumbotron.video.source.ogg %}
|
51
|
-
<source src="{{page.jumbotron.video.source.ogg}}" type="video/ogg">
|
52
|
-
{% endif %}
|
53
|
-
{% if page.jumbotron.video.source.webm %}
|
54
|
-
<source src="{{page.jumbotron.video.source.webm}}" type="video/webm">
|
55
|
-
{% endif %}
|
56
|
-
</video>
|
57
|
-
{% endif %}
|
58
|
-
<div id="jumbotron-content" class=" flex-container"> <!--Jumbotron div -->
|
59
|
-
<div class="container flex-center" id="jumbotron-text"> <!--Container -->
|
60
|
-
{% if page.jumbotron.image %}
|
61
|
-
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="{{page.jumbotron.image}}"
|
62
|
-
class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %} img-responsive center-block lazyload"
|
63
|
-
alt="{{site.title}} homepage header image.">
|
64
|
-
{% endif %}
|
65
|
-
{% if page.jumbotron.title %}
|
66
|
-
{% if page.jumbotron.title.lines %}
|
67
|
-
<h1>
|
68
|
-
{% for line in page.jumbotron.title.lines %}
|
69
|
-
<span class="{{line.class}}">{{line.text}}</span>
|
70
|
-
{% endfor %}
|
71
|
-
</h1>
|
72
|
-
{% else %}
|
73
|
-
<h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
|
74
|
-
{{page.jumbotron.title}}
|
75
|
-
</h1>
|
76
|
-
{% endif %}
|
77
|
-
{% elsif page.title %}
|
78
|
-
<h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
|
79
|
-
{{page.title}}
|
80
|
-
</h1>
|
81
|
-
{% else %}
|
82
|
-
<h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
|
83
|
-
{{site.title}}
|
84
|
-
</h1>
|
85
|
-
{% endif %}
|
86
|
-
{% if page.jumbotron.description %}
|
87
|
-
<p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}
|
88
|
-
{% if page.jumbotron.description-class %} {{page.jumbotron.description-class}} {% endif%}" id="jumbotron-sub-title">
|
89
|
-
{{page.jumbotron.description}}
|
90
|
-
</p>
|
91
|
-
{% elsif page.description %}
|
92
|
-
<p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}
|
93
|
-
{% if page.jumbotron.description-class %} {{page.jumbotron.description-class}} {% endif%} " id="jumbotron-sub-title">
|
94
|
-
{{page.description}}
|
95
|
-
</p>
|
96
|
-
{% endif %}
|
97
|
-
{% if page.jumbotron.buttons %}
|
98
|
-
<p id="buttons">
|
99
|
-
{% for button in page.jumbotron.buttons %}
|
100
|
-
<a class="{% if button.class %}{{button.class}}{% else %}btn btn-primary btn-lg{% endif %} {% if page.jumbotron.animation == "fade" %}fade-in-three{% endif %}" href="{{button.url}}" role="button">
|
101
|
-
{{button.title}} {% if button.icon %}<i class="{{button.icon}}"></i>{% endif %}
|
102
|
-
</a>
|
103
|
-
{% endfor %}
|
104
|
-
</p>
|
105
|
-
{% endif %}
|
106
|
-
{% if page.jumbotron.include %}
|
107
|
-
{% include {{page.jumbotron.include}} %}
|
108
|
-
{% endif %}
|
109
|
-
</div><!-- End Jumbotron Container Div -->
|
110
|
-
</div> <!--End Jumbotron div -->
|
111
|
-
{% if page.jumbotron.triangle-divider %}
|
112
|
-
<div class="big-triangle"></div>
|
113
|
-
{% endif %}
|
114
|
-
</div> <!--row -->
|
115
|
-
{% endif %}
|
1
|
+
{% if page.jumbotron.slider %}
|
2
|
+
<div class="{% if page.jumbotron.video %}video {% endif %}row {% if page.jumbotron.background-image %}background-image {% endif %}
|
3
|
+
{% if page.image.background-class %}{{page.image.background-class}}{% endif %}"
|
4
|
+
id="jumbotron" {% if page.jumbotron.background-image %}
|
5
|
+
style=" background-image: url('{{page.jumbotron.background-image}}');" {% else %}
|
6
|
+
class="jumbotron text-center featured-jumbotron" {% endif %}>
|
7
|
+
<div id="jumbotron-slider" class="owl-carousel owl-theme full-width-slider">
|
8
|
+
{% for slide in page.jumbotron.slider %}
|
9
|
+
<div class="item owl-lazy owl-slide flex-center {% if slide.darken %}overlay{% endif %} {% if forloop.first %}active{% endif %}"
|
10
|
+
{% if slide.image %}data-src="{{slide.image}}"{% endif %}{% if slide.slide-style %}style="{{slide.slide-style}}"{% endif %}>
|
11
|
+
{% if slide.inner-image %}
|
12
|
+
<img class="img-responsive lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
13
|
+
data-src="{{slide.inner-image}}" alt="Slide {{forloop.index}} inner image"/>
|
14
|
+
{% endif %}
|
15
|
+
{% if slide.title %}
|
16
|
+
<h2 class="slide-title {% if slide.title-class %}{{slide.title-class}}{% endif %} {% if slide.description %}desc-title{% endif %}">{{slide.title}}</h2>
|
17
|
+
{% endif %}
|
18
|
+
{% if slide.description %}
|
19
|
+
<div class="owl--text slide-desc">
|
20
|
+
<p {% if slide.desciption-class %}class="{{slide.description-class}}"{% endif%}>
|
21
|
+
{{slide.description}}
|
22
|
+
</p>
|
23
|
+
{% if slide.buttons %}
|
24
|
+
{% for button in slide.buttons %}
|
25
|
+
<a href="{{button.url}}"
|
26
|
+
class="btn btn-primary {% if button.class %}{{button.class}}{% endif %}">
|
27
|
+
{{button.title}} {% if button.icon %}<i class="{{button.icon}}"></i>{% endif %}
|
28
|
+
</a>
|
29
|
+
{% endfor %}
|
30
|
+
{% endif %}
|
31
|
+
</div>
|
32
|
+
{% endif %}
|
33
|
+
</div>
|
34
|
+
{% endfor %}
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
{% else %}
|
38
|
+
<div class="{% if page.jumbotron.video %}video {% endif %}row {% if page.jumbotron.background-image %}background-image {% endif %}
|
39
|
+
{% if page.jumbotron.carousel-images %}carousel-header{% endif %}
|
40
|
+
{% if page.image.background-class %}{{page.image.background-class}}{% endif %} overlay {% if page.jumbotron.background-image %}
|
41
|
+
" style="background-image: url('{{page.jumbotron.background-image}}');"
|
42
|
+
{% else %}
|
43
|
+
jumbotron text-center featured-jumbotron"
|
44
|
+
{% endif %} id="jumbotron" > <!--Row -->
|
45
|
+
{% if page.jumbotron.video %}
|
46
|
+
<video autoplay muted preload="none" poster="{{page.jumbotron.video.poster}}" playsinline loop id="jumbotronVideo">
|
47
|
+
{% if page.jumbotron.video.source.mp4 %}
|
48
|
+
<source src="{{page.jumbotron.video.source.mp4}}" type="video/mp4">
|
49
|
+
{% endif %}
|
50
|
+
{% if page.jumbotron.video.source.ogg %}
|
51
|
+
<source src="{{page.jumbotron.video.source.ogg}}" type="video/ogg">
|
52
|
+
{% endif %}
|
53
|
+
{% if page.jumbotron.video.source.webm %}
|
54
|
+
<source src="{{page.jumbotron.video.source.webm}}" type="video/webm">
|
55
|
+
{% endif %}
|
56
|
+
</video>
|
57
|
+
{% endif %}
|
58
|
+
<div id="jumbotron-content" class=" flex-container"> <!--Jumbotron div -->
|
59
|
+
<div class="container flex-center" id="jumbotron-text"> <!--Container -->
|
60
|
+
{% if page.jumbotron.image %}
|
61
|
+
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="{{page.jumbotron.image}}"
|
62
|
+
class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %} img-responsive center-block lazyload"
|
63
|
+
alt="{{site.title}} homepage header image.">
|
64
|
+
{% endif %}
|
65
|
+
{% if page.jumbotron.title %}
|
66
|
+
{% if page.jumbotron.title.lines %}
|
67
|
+
<h1>
|
68
|
+
{% for line in page.jumbotron.title.lines %}
|
69
|
+
<span class="{{line.class}}">{{line.text}}</span>
|
70
|
+
{% endfor %}
|
71
|
+
</h1>
|
72
|
+
{% else %}
|
73
|
+
<h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
|
74
|
+
{{page.jumbotron.title}}
|
75
|
+
</h1>
|
76
|
+
{% endif %}
|
77
|
+
{% elsif page.title %}
|
78
|
+
<h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
|
79
|
+
{{page.title}}
|
80
|
+
</h1>
|
81
|
+
{% else %}
|
82
|
+
<h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
|
83
|
+
{{site.title}}
|
84
|
+
</h1>
|
85
|
+
{% endif %}
|
86
|
+
{% if page.jumbotron.description %}
|
87
|
+
<p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}
|
88
|
+
{% if page.jumbotron.description-class %} {{page.jumbotron.description-class}} {% endif%}" id="jumbotron-sub-title">
|
89
|
+
{{page.jumbotron.description}}
|
90
|
+
</p>
|
91
|
+
{% elsif page.description %}
|
92
|
+
<p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}
|
93
|
+
{% if page.jumbotron.description-class %} {{page.jumbotron.description-class}} {% endif%} " id="jumbotron-sub-title">
|
94
|
+
{{page.description}}
|
95
|
+
</p>
|
96
|
+
{% endif %}
|
97
|
+
{% if page.jumbotron.buttons %}
|
98
|
+
<p id="buttons">
|
99
|
+
{% for button in page.jumbotron.buttons %}
|
100
|
+
<a class="{% if button.class %}{{button.class}}{% else %}btn btn-primary btn-lg{% endif %} {% if page.jumbotron.animation == "fade" %}fade-in-three{% endif %}" href="{{button.url}}" role="button">
|
101
|
+
{{button.title}} {% if button.icon %}<i class="{{button.icon}}"></i>{% endif %}
|
102
|
+
</a>
|
103
|
+
{% endfor %}
|
104
|
+
</p>
|
105
|
+
{% endif %}
|
106
|
+
{% if page.jumbotron.include %}
|
107
|
+
{% include {{page.jumbotron.include}} %}
|
108
|
+
{% endif %}
|
109
|
+
</div><!-- End Jumbotron Container Div -->
|
110
|
+
</div> <!--End Jumbotron div -->
|
111
|
+
{% if page.jumbotron.triangle-divider %}
|
112
|
+
<div class="big-triangle"></div>
|
113
|
+
{% endif %}
|
114
|
+
</div> <!--row -->
|
115
|
+
{% endif %}
|
data/_includes/linaro-404.html
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
<div class="row content-row error_page">
|
2
|
-
<div class="container">
|
3
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
4
|
-
<svg id="Linaro-Sprinkle" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" data-name="Linaro Sprinkle">
|
5
|
-
<title>Your page could not be found!</title>
|
6
|
-
<path class="cls-1 green-big" d="m454.13 73.48h-128.7a20.88 20.88 0 0 0 -20.89 20.87v128.65a20.88 20.88 0 0 0 20.89 20.87h128.7a20.87 20.87 0 0 0 20.87 -20.87v-128.65a20.86 20.86 0 0 0 -20.87 -20.87z"></path>
|
7
|
-
<path class="cls-2 red" d="m186.6 73.22h-107.91a17.5 17.5 0 0 0 -17.51 17.49v107.91a17.51 17.51 0 0 0 17.51 17.5h107.91a17.5 17.5 0 0 0 17.5 -17.5v-107.91a17.49 17.49 0 0 0 -17.5 -17.49z"></path>
|
8
|
-
<path class="cls-3 pink" d="m212.13 310.22h-88a14.28 14.28 0 0 0 -14.28 14.27v88a14.28 14.28 0 0 0 14.28 14.27h88a14.27 14.27 0 0 0 14.27 -14.27v-88a14.27 14.27 0 0 0 -14.27 -14.27z"></path>
|
9
|
-
<path class="cls-4 purple" d="m279.7 73.41h-36.89a6 6 0 0 0 -6 6v36.89a6 6 0 0 0 6 6h36.89a6 6 0 0 0 6 -6v-36.91a6 6 0 0 0 -6 -5.98z"></path>
|
10
|
-
<path class="cls-5 purple-big" d="m349.44 159h-152.05a24.67 24.67 0 0 0 -24.68 24.65v152.05a24.67 24.67 0 0 0 24.68 24.66h152.05a24.65 24.65 0 0 0 24.66 -24.66v-152.06a24.65 24.65 0 0 0 -24.66 -24.64z"></path>
|
11
|
-
<path class="cls-6 green" d="m86.83 109.43h-53.2a8.63 8.63 0 0 0 -8.63 8.63v53.2a8.63 8.63 0 0 0 8.63 8.63h53.2a8.63 8.63 0 0 0 8.63 -8.63v-53.2a8.62 8.62 0 0 0 -8.63 -8.63z"></path>
|
12
|
-
</svg>
|
13
|
-
<h2>Another 404?</h2>
|
14
|
-
<p>Sorry but we couldn't find this page!</p>
|
15
|
-
<p>If you think there should be a page here then submit an issue to the
|
16
|
-
<a href="{{site.github_repo}}">GitHub repo</a>.
|
17
|
-
</p>
|
18
|
-
</div>
|
19
|
-
</div>
|
1
|
+
<div class="row content-row error_page">
|
2
|
+
<div class="container">
|
3
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
4
|
+
<svg id="Linaro-Sprinkle" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" data-name="Linaro Sprinkle">
|
5
|
+
<title>Your page could not be found!</title>
|
6
|
+
<path class="cls-1 green-big" d="m454.13 73.48h-128.7a20.88 20.88 0 0 0 -20.89 20.87v128.65a20.88 20.88 0 0 0 20.89 20.87h128.7a20.87 20.87 0 0 0 20.87 -20.87v-128.65a20.86 20.86 0 0 0 -20.87 -20.87z"></path>
|
7
|
+
<path class="cls-2 red" d="m186.6 73.22h-107.91a17.5 17.5 0 0 0 -17.51 17.49v107.91a17.51 17.51 0 0 0 17.51 17.5h107.91a17.5 17.5 0 0 0 17.5 -17.5v-107.91a17.49 17.49 0 0 0 -17.5 -17.49z"></path>
|
8
|
+
<path class="cls-3 pink" d="m212.13 310.22h-88a14.28 14.28 0 0 0 -14.28 14.27v88a14.28 14.28 0 0 0 14.28 14.27h88a14.27 14.27 0 0 0 14.27 -14.27v-88a14.27 14.27 0 0 0 -14.27 -14.27z"></path>
|
9
|
+
<path class="cls-4 purple" d="m279.7 73.41h-36.89a6 6 0 0 0 -6 6v36.89a6 6 0 0 0 6 6h36.89a6 6 0 0 0 6 -6v-36.91a6 6 0 0 0 -6 -5.98z"></path>
|
10
|
+
<path class="cls-5 purple-big" d="m349.44 159h-152.05a24.67 24.67 0 0 0 -24.68 24.65v152.05a24.67 24.67 0 0 0 24.68 24.66h152.05a24.65 24.65 0 0 0 24.66 -24.66v-152.06a24.65 24.65 0 0 0 -24.66 -24.64z"></path>
|
11
|
+
<path class="cls-6 green" d="m86.83 109.43h-53.2a8.63 8.63 0 0 0 -8.63 8.63v53.2a8.63 8.63 0 0 0 8.63 8.63h53.2a8.63 8.63 0 0 0 8.63 -8.63v-53.2a8.62 8.62 0 0 0 -8.63 -8.63z"></path>
|
12
|
+
</svg>
|
13
|
+
<h2>Another 404?</h2>
|
14
|
+
<p>Sorry but we couldn't find this page!</p>
|
15
|
+
<p>If you think there should be a page here then submit an issue to the
|
16
|
+
<a href="{{site.github_repo}}">GitHub repo</a>.
|
17
|
+
</p>
|
18
|
+
</div>
|
19
|
+
</div>
|
data/_includes/nav.html
CHANGED
@@ -1,153 +1,153 @@
|
|
1
|
-
{% if site.data.nav.universal-nav %}
|
2
|
-
{% include_cached universal-nav.html %}
|
3
|
-
{% endif %}
|
4
|
-
{% assign page_base = include.pageUrl | split: "/" %}
|
5
|
-
{% assign current_page_url = include.pageUrl | replace: "index.html", "" %}
|
6
|
-
{% if current_page_url == "/" %}
|
7
|
-
{% assign current_page_url = "do-no-set"%}
|
8
|
-
{% endif %}
|
9
|
-
<nav class="navbar-inverse navbar-static" id="main-navigation">
|
10
|
-
<!-- NAVBAR HEADER-->
|
11
|
-
<div class="navbar-header">
|
12
|
-
<button for="navbar-toggle-cbox" class="navbar-toggle collapsed" data-toggle="collapse"
|
13
|
-
data-target="#navbar-collapse" aria-expanded="false" aria-controls="navbar">
|
14
|
-
<span class="sr-only">Toggle navigation</span>
|
15
|
-
<span class="icon-bar top-bar"></span>
|
16
|
-
<span class="icon-bar middle-bar"></span>
|
17
|
-
<span class="icon-bar bottom-bar"></span>
|
18
|
-
</button>
|
19
|
-
{% if site.data.nav.brand %}
|
20
|
-
<a class="navbar-brand " href="{{site.data.nav.brand.url}}">
|
21
|
-
{% if site.data.nav.brand.image.enabled %}
|
22
|
-
{% if site.data.nav.brand.image.svg %}
|
23
|
-
{% include {{site.data.nav.brand.image.name}} %}
|
24
|
-
{% elsif site.data.nav.brand.image.path %}
|
25
|
-
<img src="{{ site.data.nav.brand.image.path }}" alt="{% if site.data.settings.name %}{{ site.data.settings.name }}{% else %}Linaro Site{% endif %} Logo." id="brand-image" />
|
26
|
-
{% else %}
|
27
|
-
{% include linaro-svg.html %}
|
28
|
-
{% endif %}
|
29
|
-
{% elsif site.data.nav.brand.text %}
|
30
|
-
{{site.data.nav.brand.text}}
|
31
|
-
{% else %}
|
32
|
-
{{site.title}}
|
33
|
-
{% endif %}
|
34
|
-
</a>
|
35
|
-
{% endif %}
|
36
|
-
</div>
|
37
|
-
<!-- NAVBAR COLLAPSE-->
|
38
|
-
<div class="collapse navbar-collapse" id="navbar-collapse" role="navigation">
|
39
|
-
<ul class="nav navbar-nav navbar-right" id="navbar-buttons">
|
40
|
-
{% for section in site.data.nav.pages %}
|
41
|
-
{% if section.options %}
|
42
|
-
<li class="main dropdown menu
|
43
|
-
{% if section.active_paths %}
|
44
|
-
{% for active_path in section.active_paths %}
|
45
|
-
{% if current_page_url contains active_path %}
|
46
|
-
active
|
47
|
-
{% break %}
|
48
|
-
{% endif %}
|
49
|
-
{% endfor %}
|
50
|
-
{% endif %}
|
51
|
-
{% for menu-item in section.options %}
|
52
|
-
{% if menu-item.options %}
|
53
|
-
{% for sub-item in menu-item.options %}
|
54
|
-
{% if current_page_url contains sub-item.url or sub-item.url == current_page_url %}
|
55
|
-
{% unless sub-item.url contains "http" %}
|
56
|
-
active
|
57
|
-
{% break %}
|
58
|
-
{% endunless %}
|
59
|
-
{% endif %}
|
60
|
-
{% endfor %}
|
61
|
-
{% elsif current_page_url contains menu-item.url or menu-item.url == current_page_url %}
|
62
|
-
{% unless menu-item.url contains "http" %}
|
63
|
-
active
|
64
|
-
{% break %}
|
65
|
-
{% endunless %}
|
66
|
-
{% endif %}
|
67
|
-
{% endfor %} ">
|
68
|
-
<a {% if section.url %}href="{{section.url}}"{% endif %} class="main-anchor dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
69
|
-
{{section.title}} <span class="caret"></span>
|
70
|
-
</a>
|
71
|
-
<ul class="dropdown-menu menu">
|
72
|
-
{% for menu_option in section.options %}
|
73
|
-
{% if menu_option.options %}
|
74
|
-
<li class="dropdown-submenu sub-menu {% if section.left %} pull-left {% endif %}">
|
75
|
-
<a tabindex="-1" {% if menu_option.url %}href="{{menu_option.url}}"{% endif %} >{{menu_option.text}}</a>
|
76
|
-
<ul class="dropdown-menu sub-menu">
|
77
|
-
{% for sub-option in menu_option.options %}
|
78
|
-
{% if sub-option.options %}
|
79
|
-
<li class="dropdown-submenu">
|
80
|
-
<a {% if sub-option.url %}href="{{sub-option.url}}"{% endif %}>{{sub-option.text}}</a>
|
81
|
-
<ul class="dropdown-menu">
|
82
|
-
{% for sub-sub-option in sub-option.options %}
|
83
|
-
<li><a href="{{sub-sub-option.url}}">{{sub-sub-option.text}}</a></li>
|
84
|
-
{% endfor %}
|
85
|
-
</ul>
|
86
|
-
</li>
|
87
|
-
{% else %}
|
88
|
-
<li><a href="{{sub-option.url}}">{{sub-option.text}}</a></li>
|
89
|
-
{% endif %}
|
90
|
-
{% endfor %}
|
91
|
-
</ul>
|
92
|
-
</li>
|
93
|
-
{% else %}
|
94
|
-
<li>
|
95
|
-
<a target="{% if menu_option.external %}_blank{% else %}_self{% endif %}" href="{{menu_option.url}}" class="dropdown-item " title="{{menu_option.txt}}">{{menu_option.text}} {% if menu_option.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}</a>
|
96
|
-
</li>
|
97
|
-
{% endif %}
|
98
|
-
{% endfor %}
|
99
|
-
</ul>
|
100
|
-
</li>
|
101
|
-
{% else %}
|
102
|
-
<li class="main {% if section.url == current_page_url or current_page_url contains section.url %}active{% elsif section.active_paths %}
|
103
|
-
{% for active_path in section.active_paths %}
|
104
|
-
{% if current_page_url contains active_path %}
|
105
|
-
active
|
106
|
-
{% break %}
|
107
|
-
{% endif %}
|
108
|
-
{% endfor %}
|
109
|
-
{% endif %}">
|
110
|
-
<a class="main-anchor" href="{{section.url}}" title="{{section.title}}">{{section.title}}</a>
|
111
|
-
</li>
|
112
|
-
{% endif %}
|
113
|
-
{% endfor %}
|
114
|
-
{% if site.data.nav.search.enabled %}
|
115
|
-
<li id="search-menu-item">
|
116
|
-
<a href="#search" class="dropdown-toggle" id="search_icon">
|
117
|
-
<i class="glyphicon glyphicon-search"></i>
|
118
|
-
</a>
|
119
|
-
</li>
|
120
|
-
{% endif %}
|
121
|
-
</ul>
|
122
|
-
{% if site.data.nav.search.enabled %}
|
123
|
-
<div id="search_bar">
|
124
|
-
|
125
|
-
<form class="form-inline" action="/search/" method="GET" target="_self" id="search_form">
|
126
|
-
<div class="input-group">
|
127
|
-
<input type="text" name="q" class="form-control" placeholder="Search...">
|
128
|
-
<span class="input-group-btn">
|
129
|
-
<!--Reset-->
|
130
|
-
<button type="reset" class="btn btn-default" id="search_close">
|
131
|
-
<span class="glyphicon glyphicon-remove">
|
132
|
-
<span class="sr-only">Close</span>
|
133
|
-
</span>
|
134
|
-
</button>
|
135
|
-
</span>
|
136
|
-
<span class="input-group-btn">
|
137
|
-
<!--Search-->
|
138
|
-
<button type="submit" class="btn btn-default" id="search_search">
|
139
|
-
<span class="glyphicon glyphicon-search">
|
140
|
-
<span class="sr-only">Close</span>
|
141
|
-
</span>
|
142
|
-
</button>
|
143
|
-
</span>
|
144
|
-
<input type="hidden" name="fields.label" value="{{ site.data.settings.search-label }}">
|
145
|
-
</div>
|
146
|
-
</form>
|
147
|
-
|
148
|
-
</div>
|
149
|
-
{% endif %}
|
150
|
-
|
151
|
-
</div>
|
152
|
-
</nav>
|
153
|
-
|
1
|
+
{% if site.data.nav.universal-nav %}
|
2
|
+
{% include_cached universal-nav.html %}
|
3
|
+
{% endif %}
|
4
|
+
{% assign page_base = include.pageUrl | split: "/" %}
|
5
|
+
{% assign current_page_url = include.pageUrl | replace: "index.html", "" %}
|
6
|
+
{% if current_page_url == "/" %}
|
7
|
+
{% assign current_page_url = "do-no-set"%}
|
8
|
+
{% endif %}
|
9
|
+
<nav class="navbar-inverse navbar-static" id="main-navigation">
|
10
|
+
<!-- NAVBAR HEADER-->
|
11
|
+
<div class="navbar-header">
|
12
|
+
<button for="navbar-toggle-cbox" class="navbar-toggle collapsed" data-toggle="collapse"
|
13
|
+
data-target="#navbar-collapse" aria-expanded="false" aria-controls="navbar">
|
14
|
+
<span class="sr-only">Toggle navigation</span>
|
15
|
+
<span class="icon-bar top-bar"></span>
|
16
|
+
<span class="icon-bar middle-bar"></span>
|
17
|
+
<span class="icon-bar bottom-bar"></span>
|
18
|
+
</button>
|
19
|
+
{% if site.data.nav.brand %}
|
20
|
+
<a class="navbar-brand " href="{{site.data.nav.brand.url}}">
|
21
|
+
{% if site.data.nav.brand.image.enabled %}
|
22
|
+
{% if site.data.nav.brand.image.svg %}
|
23
|
+
{% include {{site.data.nav.brand.image.name}} %}
|
24
|
+
{% elsif site.data.nav.brand.image.path %}
|
25
|
+
<img src="{{ site.data.nav.brand.image.path }}" alt="{% if site.data.settings.name %}{{ site.data.settings.name }}{% else %}Linaro Site{% endif %} Logo." id="brand-image" />
|
26
|
+
{% else %}
|
27
|
+
{% include linaro-svg.html %}
|
28
|
+
{% endif %}
|
29
|
+
{% elsif site.data.nav.brand.text %}
|
30
|
+
{{site.data.nav.brand.text}}
|
31
|
+
{% else %}
|
32
|
+
{{site.title}}
|
33
|
+
{% endif %}
|
34
|
+
</a>
|
35
|
+
{% endif %}
|
36
|
+
</div>
|
37
|
+
<!-- NAVBAR COLLAPSE-->
|
38
|
+
<div class="collapse navbar-collapse" id="navbar-collapse" role="navigation">
|
39
|
+
<ul class="nav navbar-nav navbar-right" id="navbar-buttons">
|
40
|
+
{% for section in site.data.nav.pages %}
|
41
|
+
{% if section.options %}
|
42
|
+
<li class="main dropdown menu
|
43
|
+
{% if section.active_paths %}
|
44
|
+
{% for active_path in section.active_paths %}
|
45
|
+
{% if current_page_url contains active_path %}
|
46
|
+
active
|
47
|
+
{% break %}
|
48
|
+
{% endif %}
|
49
|
+
{% endfor %}
|
50
|
+
{% endif %}
|
51
|
+
{% for menu-item in section.options %}
|
52
|
+
{% if menu-item.options %}
|
53
|
+
{% for sub-item in menu-item.options %}
|
54
|
+
{% if current_page_url contains sub-item.url or sub-item.url == current_page_url %}
|
55
|
+
{% unless sub-item.url contains "http" %}
|
56
|
+
active
|
57
|
+
{% break %}
|
58
|
+
{% endunless %}
|
59
|
+
{% endif %}
|
60
|
+
{% endfor %}
|
61
|
+
{% elsif current_page_url contains menu-item.url or menu-item.url == current_page_url %}
|
62
|
+
{% unless menu-item.url contains "http" %}
|
63
|
+
active
|
64
|
+
{% break %}
|
65
|
+
{% endunless %}
|
66
|
+
{% endif %}
|
67
|
+
{% endfor %} ">
|
68
|
+
<a {% if section.url %}href="{{section.url}}"{% endif %} class="main-anchor dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
69
|
+
{{section.title}} <span class="caret"></span>
|
70
|
+
</a>
|
71
|
+
<ul class="dropdown-menu menu">
|
72
|
+
{% for menu_option in section.options %}
|
73
|
+
{% if menu_option.options %}
|
74
|
+
<li class="dropdown-submenu sub-menu {% if section.left %} pull-left {% endif %}">
|
75
|
+
<a tabindex="-1" {% if menu_option.url %}href="{{menu_option.url}}"{% endif %} >{{menu_option.text}}</a>
|
76
|
+
<ul class="dropdown-menu sub-menu">
|
77
|
+
{% for sub-option in menu_option.options %}
|
78
|
+
{% if sub-option.options %}
|
79
|
+
<li class="dropdown-submenu">
|
80
|
+
<a {% if sub-option.url %}href="{{sub-option.url}}"{% endif %}>{{sub-option.text}}</a>
|
81
|
+
<ul class="dropdown-menu">
|
82
|
+
{% for sub-sub-option in sub-option.options %}
|
83
|
+
<li><a href="{{sub-sub-option.url}}">{{sub-sub-option.text}}</a></li>
|
84
|
+
{% endfor %}
|
85
|
+
</ul>
|
86
|
+
</li>
|
87
|
+
{% else %}
|
88
|
+
<li><a href="{{sub-option.url}}">{{sub-option.text}}</a></li>
|
89
|
+
{% endif %}
|
90
|
+
{% endfor %}
|
91
|
+
</ul>
|
92
|
+
</li>
|
93
|
+
{% else %}
|
94
|
+
<li>
|
95
|
+
<a target="{% if menu_option.external %}_blank{% else %}_self{% endif %}" href="{{menu_option.url}}" class="dropdown-item " title="{{menu_option.txt}}">{{menu_option.text}} {% if menu_option.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}</a>
|
96
|
+
</li>
|
97
|
+
{% endif %}
|
98
|
+
{% endfor %}
|
99
|
+
</ul>
|
100
|
+
</li>
|
101
|
+
{% else %}
|
102
|
+
<li class="main {% if section.url == current_page_url or current_page_url contains section.url %}active{% elsif section.active_paths %}
|
103
|
+
{% for active_path in section.active_paths %}
|
104
|
+
{% if current_page_url contains active_path %}
|
105
|
+
active
|
106
|
+
{% break %}
|
107
|
+
{% endif %}
|
108
|
+
{% endfor %}
|
109
|
+
{% endif %}">
|
110
|
+
<a class="main-anchor" href="{{section.url}}" title="{{section.title}}">{{section.title}}</a>
|
111
|
+
</li>
|
112
|
+
{% endif %}
|
113
|
+
{% endfor %}
|
114
|
+
{% if site.data.nav.search.enabled %}
|
115
|
+
<li id="search-menu-item">
|
116
|
+
<a href="#search" class="dropdown-toggle" id="search_icon">
|
117
|
+
<i class="glyphicon glyphicon-search"></i>
|
118
|
+
</a>
|
119
|
+
</li>
|
120
|
+
{% endif %}
|
121
|
+
</ul>
|
122
|
+
{% if site.data.nav.search.enabled %}
|
123
|
+
<div id="search_bar">
|
124
|
+
|
125
|
+
<form class="form-inline" action="/search/" method="GET" target="_self" id="search_form">
|
126
|
+
<div class="input-group">
|
127
|
+
<input type="text" name="q" class="form-control" placeholder="Search...">
|
128
|
+
<span class="input-group-btn">
|
129
|
+
<!--Reset-->
|
130
|
+
<button type="reset" class="btn btn-default" id="search_close">
|
131
|
+
<span class="glyphicon glyphicon-remove">
|
132
|
+
<span class="sr-only">Close</span>
|
133
|
+
</span>
|
134
|
+
</button>
|
135
|
+
</span>
|
136
|
+
<span class="input-group-btn">
|
137
|
+
<!--Search-->
|
138
|
+
<button type="submit" class="btn btn-default" id="search_search">
|
139
|
+
<span class="glyphicon glyphicon-search">
|
140
|
+
<span class="sr-only">Close</span>
|
141
|
+
</span>
|
142
|
+
</button>
|
143
|
+
</span>
|
144
|
+
<input type="hidden" name="fields.label" value="{{ site.data.settings.search-label }}">
|
145
|
+
</div>
|
146
|
+
</form>
|
147
|
+
|
148
|
+
</div>
|
149
|
+
{% endif %}
|
150
|
+
|
151
|
+
</div>
|
152
|
+
</nav>
|
153
|
+
|