jekyll-theme-consulting 0.4.4 → 0.4.5
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
- data/_sass/libs/_vars.scss +1 -1
- data/en/privacy-policy.md +1 -1
- 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: 2057ccb773576a8909d6c8c1f90f9fc935b280bb35481d459ea161e6b3f5ff75
|
|
4
|
+
data.tar.gz: 32a6a7a72444daae4d853e0a433bfebbe33972884de4813690aee0f3b199667c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52edec19c6bea2ec0012edc2648727ab15c4e6741b5f907cd553fba15760bc1bcbb20892ad9d2649a98989fc9c6311632049271efb6ede8598b0ee0d2cab4915
|
|
7
|
+
data.tar.gz: d6473e89901b5bfb0d341c89563baf93002d50ac109348094a2a41e245237ce7b920d673a02bba92a2cbdbca3a7218f35b16a1890a5aa030610f283484c67f01
|
data/_layouts/default.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
---
|
|
3
3
|
{% assign lang = page.lang | default: site.lang | default: 'en' %}
|
|
4
|
-
{% assign menu = site.data.
|
|
4
|
+
{% assign menu = site.data.menus[page.menu][lang] %}
|
|
5
5
|
{% assign header = page.header | default: site.header %}
|
|
6
6
|
{% assign title = page.title | default: site.title %}
|
|
7
7
|
{% assign subtitle = page.subtitle | default: site.subtitle %}
|
data/_sass/libs/_vars.scss
CHANGED
data/en/privacy-policy.md
CHANGED
|
@@ -13,7 +13,7 @@ header:
|
|
|
13
13
|
<h1>Privacy Policy</h1>
|
|
14
14
|
<h3>Effective date: {{ site.time | date: '%F' }}</h3>
|
|
15
15
|
</header>
|
|
16
|
-
<p>{{ site.
|
|
16
|
+
<p>{{ site.copyright.holder }} ("us", "we", or "our") operates the <a href="{{ site.url }}">website</a> (the "Service").</p>
|
|
17
17
|
<p>We take your privacy seriously. To better protect your privacy this page details our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data.</p>
|
|
18
18
|
</section>
|
|
19
19
|
|
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.4.
|
|
4
|
+
version: 0.4.5
|
|
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-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|