linaro-jekyll-theme 0.10.60 → 0.10.61
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/empty.html +4 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d827ad3e3bafed8e8ce12d66ed2ba51d4810de36
|
4
|
+
data.tar.gz: 129fed1fb1c0b873e6c9bda8e6c77026c3870542
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 661dda0ad6f97a7aef512600aba67116aaf3bf2ba591b368b3675e4e9b3c88c69c76a5c79deb721b26d5453db2dba1287895d6bd90089dd6c0c8051b5fbd356e
|
7
|
+
data.tar.gz: 56a2cf3d2bc1826b83581aab2900ced46ef2197feb3240cc9c279cdf4f3a8e4e53a19043955f461fff564ffc69ae06f6e006ab30c9ef2068dad44f049d757cd7
|
data/_layouts/empty.html
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|
{% include _theme-includes/_head/head.html %}
|
2
2
|
<body>
|
3
3
|
{% include _theme-includes/_navigation/nav.html %}
|
4
|
-
|
5
|
-
|
4
|
+
<div class="container-fluid content-container">
|
5
|
+
{{content}}
|
6
|
+
{% include _theme-includes/_footer/footer.html %}
|
7
|
+
</div>
|
6
8
|
{% include _theme-includes/_script-includes/javascript.html %}
|
7
9
|
</body>
|
8
10
|
</html>
|