linaro-jekyll-theme 0.10.92 → 0.10.93

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: 54cf311c4297684e68da055ccf171af3119082d3
4
- data.tar.gz: 39d48efafff236494d0fdb268a825b67372e124d
3
+ metadata.gz: 678c94d1d08879827071d24b2b08582e29d14699
4
+ data.tar.gz: 0a139493af91dcf10565eb6838667072e5e86b6b
5
5
  SHA512:
6
- metadata.gz: 05e3eeec4cba6724d757f825a754d34cb5324d4ffeb4f59575ff6be93999ce74d944b4e1a0f9b509e1a22a59d677a2e484a4636d546d554397a0174450ffce70
7
- data.tar.gz: da6076ed0d6a1749eb3959f0e219cfe852e97e07a53f700ab855201914d5b905867a8f49e76cac85fb27ed9323d252d902dd0ffc1601b9b458f1458013668cfb
6
+ metadata.gz: cd9eab1e4778d155a2b32b18cde52d4f6ddb3fd47fb900416c5b6b3e609f565547df00cc9fca2b483dd883acb3c64e9e797dff4db0e94c94d53aa13d184afb32
7
+ data.tar.gz: 368ef942a776333a0c8babe1247749271b259bef64bc99c52851400707e66fd2bb0ca25a22fa218218220be00114340b3df4089623a4a10e71559f8c793f7701
@@ -0,0 +1,23 @@
1
+ ---
2
+ js-vendor: extended
3
+ ---
4
+ {% include _theme-includes/_head/head.html %}
5
+ <body>
6
+ {% include _theme-includes/_navigation/nav.html %}
7
+ {% include _theme-includes/_page-structure/breadcrumb.html %}
8
+ <div class="container-fluid content-container">
9
+ <div class="row">
10
+ <div class="container no-padding-left">
11
+ <div class="col-md-3">
12
+ {% include _theme-includes/_navigation/stacked-nav.html %}
13
+ </div>
14
+ <div class="col-md-9">
15
+ {{ content }}
16
+ </div>
17
+ </div>
18
+ </div>
19
+ {% include _theme-includes/_footer/footer.html %}
20
+ </div>
21
+ {% include _theme-includes/_script-includes/javascript.html %}
22
+ </body>
23
+ </html>
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.10.92
4
+ version: 0.10.93
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-09-06 00:00:00.000000000 Z
11
+ date: 2017-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -241,6 +241,7 @@ files:
241
241
  - _layouts/default-empty.html
242
242
  - _layouts/default-no-sub-nav.html
243
243
  - _layouts/default-plain.html
244
+ - _layouts/default-stacked-breadcrumb.html
244
245
  - _layouts/default-stacked.html
245
246
  - _layouts/default.html
246
247
  - _layouts/empty.html