linaro-jekyll-theme 0.10.3 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default-plain.html +17 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2076ffa731deee05e5c55e50908b9abc746c5768
4
- data.tar.gz: 7b966571d4181eea5d5f42cb78d18b8cd5f42a82
3
+ metadata.gz: c1eeda951491087defd384b74ec32c19c9452704
4
+ data.tar.gz: da568c6baa54db13aeaedeff44f8e9b8589cd35c
5
5
  SHA512:
6
- metadata.gz: 23d15ee775c74149513a56ccb82baaa402d1cfef9ef07ea9b2c444dffa2280ca169e99a65e8facf4c387657f1d0b0c8d2375bb0ad6bf9e985b2be32f29f3b516
7
- data.tar.gz: 8b949a4d083ae2e32dbb5044681796e5521bb7ebc46bb5e7b719d12c5a632d57106d63d64ee157ffb71c955449195b54a2f5474457e8db15db673912fd090d20
6
+ metadata.gz: a68fd0205ea9683ba60ca9ef2eb4aee9ec30bf640bf8af6a51745f8001791836d9fe5dd547d37a58b254d39f4bbc212fd557742de499f04540e439ec11d581eb
7
+ data.tar.gz: ce479e9a55e7f1cabe91dc86a10066afd9a55c787d4b9bf4db5139373f2c170162d143d5ae450e84859da324902d3f329848a76c68f6e6a9b97a2749bf2e829f
@@ -0,0 +1,17 @@
1
+ ---
2
+ specific_js: /assets/js/app/sticky.js
3
+ ---
4
+ {% include _theme-includes/_head/head.html %}
5
+ <body>
6
+ {% include _theme-includes/_navigation/nav.html %}
7
+ <div class="container-fluid content-container">
8
+ <div class="row">
9
+ <div class="container">
10
+ {{ content }}
11
+ </div>
12
+ </div>
13
+ {% include _theme-includes/_footer/footer.html %}
14
+ </div>
15
+ {% include _theme-includes/_script-includes/javascript.html %}
16
+ </body>
17
+ </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.3
4
+ version: 0.10.4
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.html
239
239
  - _layouts/default-no-sub-nav.html
240
+ - _layouts/default-plain.html
240
241
  - _layouts/default-stacked.html
241
242
  - _layouts/default.html
242
243
  - _layouts/empty.html