intia-theme 0.1.42 → 0.1.43
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/default.html +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09adab553226f531caf47c412229a2f230ca1007d635765cc6d6e9167d418a29'
|
4
|
+
data.tar.gz: 364cce8135c8eb64d5bdc6dd07a5d0026fe6a6b9cf4bc8919a58cab06f3b0185
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af2791abff413d0d302489c558a6408128236973dcd195b0a19fdff24f5acc67ddecbca0a0b63d49bb70c1d0c1be8900425aaa007fb5c79e9ce531ebd658341e
|
7
|
+
data.tar.gz: 7168d2ebb8d9b9e9eb8b23a515f1090af641c3bbcc68d43f1d794b7c90f7bf11cadf9589df5315e599fee66f2016965b00f9de6b0e226d27beb3fc050093ce13
|
data/_layouts/default.html
CHANGED
@@ -19,12 +19,14 @@ The Default layout that everything is using
|
|
19
19
|
{% else %}
|
20
20
|
{% endunless %}
|
21
21
|
<div id="main" class="content-wrapper has-background-primary-light">
|
22
|
-
|
23
22
|
{% include story-slider.html %}
|
24
23
|
{% include latest-story.html %}
|
25
24
|
{% include contact.html %}
|
26
25
|
<div class="columns is-centered">
|
27
26
|
<div id="content" class="container column is-10-desktop is-12-tablet">
|
27
|
+
{% if page.toc %}
|
28
|
+
{% include toc.html html=content class='menu-list' h_min=1 h_max=1 %}
|
29
|
+
{% endif %}
|
28
30
|
{{content | markdownify}}
|
29
31
|
</div>
|
30
32
|
</div>
|