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: 0c44e3b72bfbeae7c2690bdf85b59ae5cfafea4f
4
- data.tar.gz: 66e218800d19357f2896fa186fa6b54b6a83a68f
3
+ metadata.gz: 5b5a118c23fd1b356ee267fad4addf98191b71a0
4
+ data.tar.gz: aa415da4357ea28f0d012685ba48fc6f090c75de
5
5
  SHA512:
6
- metadata.gz: 6f08a2e09ff09d83a1511ee4edca3f2b490fbd26e0810048a9242082d3231d0deef9f6a8093b4c2cc6bbdb858c9cc76823caebd395fa6d6ae401e6471c5b0736
7
- data.tar.gz: a7607a78bce35d0c6892425017cbe8c4168885ff539759fe2b1cde5a8a6f98fc40c94887e6fb082b876d417def091b6dc441dc02c1b2ccb143c6a73bcf029911
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">96Boards</span>
14
+ <span itemprop="name">{{site.title}}</span>
15
15
  </a>
16
16
  <meta itemprop="position" content="1" />
17
17
  </li>
@@ -1,3 +1 @@
1
- ---
2
- ---
3
1
  <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
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.1
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-24 00:00:00.000000000 Z
11
+ date: 2017-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll