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 +4 -4
- data/_layouts/default-stacked-breadcrumb.html +23 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 678c94d1d08879827071d24b2b08582e29d14699
|
4
|
+
data.tar.gz: 0a139493af91dcf10565eb6838667072e5e86b6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
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
|