linaro-jekyll-theme 0.10.58 → 0.10.59

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default-empty.html +11 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4498e87db03ee0f7c8f7d99e36b63b59ab082324
4
- data.tar.gz: f0b7a15008b76a63872c1f63c33e256cc4a84e61
3
+ metadata.gz: 75cbb78e7c1b31c17bfe7ff0a604024426ada07f
4
+ data.tar.gz: 005e09c61617dc585d3d0a41933a8b658213e4aa
5
5
  SHA512:
6
- metadata.gz: 893fcc1697fb800ca72a0376f5eb9e5275a7425f96f1eaf0d1b70b20180adc88209029d2359218c4fde8d4b219b7749aaed5c9d42094f610cf76d3c93cd2f566
7
- data.tar.gz: 5969aafdbe406849c4fe70367549ed32b543b887582cbe007146ee2608c9cc7060400c694c2b04328d85659a2504fa26f68c76ef7fd2896795dbe1c819b64712
6
+ metadata.gz: 9e5a2e422949ed95975cd4f6eee68079bc75cac73100dc0d68d0456e8e72297244b710e56141d6f6c7e9c1c7a7c16305d04773b309c176ce8b8fd1a1e873c678
7
+ data.tar.gz: 33ede055ec8c4a24119a12c05572e3c47aade103d92d9ac4d5bb7e8435af4d65c22b2f7133dce5f571aa74263a9e55c4399e4bdb3f055ab2ab7d16aae6caa714
@@ -0,0 +1,11 @@
1
+ {% include _theme-includes/_head/head.html %}
2
+ <body>
3
+ {% include _theme-includes/_navigation/nav.html %}
4
+ {% include _theme-includes/_page-structure/breadcrumb.html %}
5
+ <div class="container-fluid content-container">
6
+ {{content}}
7
+ {% include _theme-includes/_footer/footer.html %}
8
+ </div>
9
+ {% include _theme-includes/_script-includes/javascript.html %}
10
+ </body>
11
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.58
4
+ version: 0.10.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
@@ -237,6 +237,7 @@ files:
237
237
  - _layouts/accessory-display-page.html
238
238
  - _layouts/blog-breadcrumbless.html
239
239
  - _layouts/blog.html
240
+ - _layouts/default-empty.html
240
241
  - _layouts/default-no-sub-nav.html
241
242
  - _layouts/default-plain.html
242
243
  - _layouts/default-stacked.html