linaro-jekyll-theme 0.10.67 → 0.10.68
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/contact.html +10 -0
- data/_sass/core/theme.scss +4 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae3e0feb61518b8ad3138e2ac7457ab1e0352c15
|
4
|
+
data.tar.gz: 279dbf941ab88073cac9475d1325330957efbec5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: faf8c77a41cba120628fd8d1cff45ab4c8c588c7f5a9d3044096e692a3dfe908bbb2939bfc78761a700c4539a7aa82f581f11255a911ba1ff0cf0ea3ccd9a128
|
7
|
+
data.tar.gz: a164afb302c58dafc4280e56011e32a37402b2601dbcdd953a0bf53072824928048c9e4b8a4b63e02418af631da127bb373b09fdd9ae28fa5aea5397d406c1b9
|
@@ -0,0 +1,10 @@
|
|
1
|
+
{% include _theme-includes/_head/head.html %}
|
2
|
+
<body>
|
3
|
+
{% include _theme-includes/_navigation/nav.html %}
|
4
|
+
<div class="container-fluid no-padding main-cont">
|
5
|
+
{{ content }}
|
6
|
+
{% include _theme-includes/_footer/footer.html %}
|
7
|
+
</div>
|
8
|
+
{% include _theme-includes/_script-includes/javascript.html %}
|
9
|
+
</body>
|
10
|
+
</html>
|
data/_sass/core/theme.scss
CHANGED
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.
|
4
|
+
version: 0.10.68
|
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/contact.html
|
240
241
|
- _layouts/default-empty.html
|
241
242
|
- _layouts/default-no-sub-nav.html
|
242
243
|
- _layouts/default-plain.html
|