docs-cambiocds-com-jekyll-theme 1.0.1 → 1.0.2
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.
- checksums.yaml +4 -4
- data/_layouts/default.html +1 -1
- 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: b92f334717a6ec0bffa61ce2547425e08a2e189e
|
|
4
|
+
data.tar.gz: 3e190006d623826b36cb44837c58f389cfb800fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00c668c86a9e0390e44dd3ecdafcca35a2ac58bbd42cfac928c0106861c8c429e5f7a0d376ab79217adc3ba593ae2dcb67b357fecd66e8e6df25e8d0e1989cbb
|
|
7
|
+
data.tar.gz: 277e42d27e9098c56e9dd3d73703054f69f2d3e4ddca466cae78c98bf711eb5c320b6b22ed24a97b0e75bc991ab88325fdb6b595cd387dd93030ee1b73c190cc
|
data/_layouts/default.html
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
{% endif %}
|
|
62
62
|
<!-- Main Blog Content -->
|
|
63
63
|
<div class="large-12 columns" role="content">
|
|
64
|
-
{% if site.title != "CDS Documentation" %}
|
|
64
|
+
{% if site.title != page.title and site.title != "CDS Documentation" %}
|
|
65
65
|
<div id="toc" class="toc2" >
|
|
66
66
|
{{ page.document | tocify_asciidoc }}
|
|
67
67
|
</div>
|