jekyll-theme-nettoyer 0.0.13 → 0.0.14
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/_includes/_main-nav.html +3 -1
- data/_layouts/articles.html +1 -1
- data/_sass/components/_main-header.scss +4 -1
- data/_sass/components/_main-nav.scss +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4921ed2cf4411557d3ae77844cebca621ea2c2e
|
4
|
+
data.tar.gz: 842d3ce06fa4161c90ff1739e8c3a4ca63892c34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cf865d017ee6732000befd2e012466c2f1058dda26a20d386038c6f16b0e4fb3d5eb8c5e4c2cee9dc3fd76b28e61f92564930e8057a00dd2ee96af3bc74dd1b
|
7
|
+
data.tar.gz: 5af2e399f707735d7a9be88faf6e61dd25fd216a8d120568a2202809f6ad87739222e33f7e01f5bc430746e2c669b9eb3c909636b439ba36aed783c38455fbeb
|
data/_includes/_main-nav.html
CHANGED
@@ -4,7 +4,9 @@
|
|
4
4
|
</h2>
|
5
5
|
|
6
6
|
<ul class="main-nav__options">
|
7
|
-
{% assign pages
|
7
|
+
{% assign pages = site.pages | where: 'layout', 'page' %}
|
8
|
+
{% assign articles_page = site.pages | where: 'layout', 'articles' %}
|
9
|
+
{% assign pages = pages | concat: articles_page %}
|
8
10
|
|
9
11
|
<!-- Remove the two lines below to avoid the ChangeLog. -->
|
10
12
|
{% assign logs = site.pages | where: 'layout', 'log' %}
|
data/_layouts/articles.html
CHANGED
@@ -4,7 +4,7 @@ layout: default
|
|
4
4
|
|
5
5
|
<section class="wrapper-articles">
|
6
6
|
<h2 class="wrapper-articles__title">
|
7
|
-
{{ site.data.i18n[site.locale].
|
7
|
+
{{ site.data.i18n[site.locale].articles | default: 'articles' }}
|
8
8
|
</h2>
|
9
9
|
|
10
10
|
{% include _articles-list.html %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-nettoyer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luan Vicente
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10-
|
11
|
+
date: 2017-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|