linaro-jekyll-theme 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b5a118c23fd1b356ee267fad4addf98191b71a0
|
4
|
+
data.tar.gz: aa415da4357ea28f0d012685ba48fc6f090c75de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66460043b2327115cd2415c38b9b4628d6f1ed3e01135ba2c4e663a4e96fd16475e91eae209686cf7f4fe6b6a743378f663c00ae68a12c8477c22dca34e6becf
|
7
|
+
data.tar.gz: 1244ec1d05fe60298ec93ecbcee8a94b1da26f7be32f803bb5502f6ea8cec7628aa74c29753ed0b80f5fcbe28e43154465e54cf60102ca715ba955f9665bca85
|
@@ -1,5 +1,3 @@
|
|
1
|
-
---
|
2
|
-
---
|
3
1
|
{% if site.google-tag-manager %}
|
4
2
|
{% include _theme-includes/_script-includes/gtm/gtm-noscript.html %}
|
5
3
|
{% endif %}
|
@@ -47,6 +45,25 @@
|
|
47
45
|
<li><a href="{{section.url}}" title="{{section.title}}">{{section.title}}</a></li>
|
48
46
|
{% endif %}
|
49
47
|
{% endfor %}
|
48
|
+
|
49
|
+
|
50
|
+
<li class="dropdown" id="search-form">
|
51
|
+
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="glyphicon glyphicon-search"></i></a>
|
52
|
+
<ul class="dropdown-menu" id="searchDropdown">
|
53
|
+
<form class="form-inline" action="/search/" method="GET" target="_self">
|
54
|
+
<input type="text" name="q" class="form-control" placeholder="Search...">
|
55
|
+
<button type="reset" class="btn btn-default dropdown-toggle" data-target="#searchDropdown" data-toggle="dropdown" id="closeForm">
|
56
|
+
<span class="glyphicon glyphicon-remove">
|
57
|
+
<span class="sr-only">Close</span>
|
58
|
+
</span>
|
59
|
+
</button>
|
60
|
+
<button type="submit" class="btn btn-default"><i class="glyphicon glyphicon-search"></i></button>
|
61
|
+
<input type="hidden" name="fields.label" value="{{ site.search-label }}">
|
62
|
+
</form>
|
63
|
+
</ul>
|
64
|
+
</li>
|
65
|
+
|
66
|
+
|
50
67
|
</ul>
|
51
68
|
</div>
|
52
69
|
|
@@ -11,7 +11,7 @@
|
|
11
11
|
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb">
|
12
12
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
13
13
|
<a itemprop="item" href="/">
|
14
|
-
<span itemprop="name">
|
14
|
+
<span itemprop="name">{{site.title}}</span>
|
15
15
|
</a>
|
16
16
|
<meta itemprop="position" content="1" />
|
17
17
|
</li>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linaro-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|