jekyll-theme-consulting 0.6.5 → 0.6.6
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/sitemap.html +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f4fedca979bb00d1c425c7073db2de930ea0cb8b4e246b358da6eaa7d034813
|
|
4
|
+
data.tar.gz: aa8c8ae53ef1ee224fb8653756f913432ddcc4eb853a6eef5744bdfefaa59a76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90438d2102d4e802d753946dd2f57893bde26a3f6d7eb09ad4f18c7cdffa659280b00653b91e8683ccfac41bd603b483710db89de1af7c2bf879d77aed3bb0b1
|
|
7
|
+
data.tar.gz: 79187bc794f5e23330d6d222dd0eff0ab988b94a7388d983fbcbf76f4a87817d1b9e141892297c4e099350d3e52937ee927d703e4987702c702b93004d550c60
|
data/_layouts/sitemap.html
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
permalink: /sitemap.xml
|
|
3
3
|
---
|
|
4
|
-
{% assign posts=site.posts | sort: 'lang' %}
|
|
5
|
-
{% assign pages=site.html_pages | sort: 'lang' | concat: posts %}
|
|
6
4
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
7
5
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
8
|
-
|
|
6
|
+
{% assign posts=site.posts | sort: 'lang' %}
|
|
7
|
+
{% assign pages=site.html_pages | sort: 'lang' | concat: posts %}
|
|
8
|
+
{% for page in pages %}
|
|
9
9
|
{% assign versions=pages | where:"lang-ref", page.lang-ref %}
|
|
10
10
|
{% unless page.url contains "404" %}
|
|
11
11
|
<url>
|
|
@@ -16,5 +16,5 @@ permalink: /sitemap.xml
|
|
|
16
16
|
<changefreq>weekly</changefreq>
|
|
17
17
|
</url>
|
|
18
18
|
{% endunless %}
|
|
19
|
-
|
|
20
|
-
</urlset>
|
|
19
|
+
{% endfor %}
|
|
20
|
+
</urlset>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-consulting
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Mougeolle
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-09-
|
|
11
|
+
date: 2019-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|