jekyll-theme-ethereal 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 921ebdce9dec1c6486550dce6dc7b83e017c8e85b8d2ed7332248934558cadfb
4
- data.tar.gz: ca69fc3b5a1a103863866e3eaa036efd05398f8e961feea9e5f6617678c56424
3
+ metadata.gz: d23dda2ee0e2de8895d6081f59de88351c978c015534fd7539fe3cbe955af930
4
+ data.tar.gz: c659c853bbc9e1eaf219781e05fd326d1bcd8026eda031c8abb82e5a864b005d
5
5
  SHA512:
6
- metadata.gz: 4ed8c5f47c7ce8bb6612092c1528cd5a8b8ec32cb28f5e4723c51df593348db1ca2ffd80690f9d4234bdc4646bb473e2cbb75c84254b5a860a92dcb261cd0c6d
7
- data.tar.gz: d7f211283ac0d7d93628a5cfe884732db3667e9fdc8c3b10eaf051d4e548b5db86eda6e239f11590b36cf10eccc0d2dc158e674988bd3614713b675b32c48ec3
6
+ metadata.gz: 263be56fab330cc2a03b9631e79685619667c28a4bcf9951f2c477b3a720827a41f02734ea8c0c57bf6fac80e0ed4b42c3b4cf39044a79a4bd4f3f29787a8e48
7
+ data.tar.gz: 033b09ca8953d44d0194669c54275a127e746359375dcd21cbb8e5b3fb11634a531059af1dc3802b1b7dcd18cab251756dd7420c99fc00561becc7abc9f08308
@@ -0,0 +1,16 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% assign collection = site.collections | where: "label", page.collection %}
6
+
7
+ {% assign panels = collection.first.docs | sort: 'index' %}
8
+
9
+ {% for item in panels %}
10
+ {% assign content = item.content %}
11
+ {% if item.type=="banner" or item.type=="contact" or item.type=="generic" or item.type=="spotlight" %}
12
+ {% include panel.html type=item.type id=item.panel-id header=item.header style=item.style content=content %}
13
+ {% else %}
14
+ {{ content }}
15
+ {% endif %}
16
+ {% endfor %}
data/en/privacy-policy.md CHANGED
@@ -1,34 +1,9 @@
1
1
  ---
2
- layout: page
2
+ layout: collection
3
3
  lang-ref: privacy-policy-page
4
+ collection: privacy-policy
4
5
  title: Jekyll Theme Ethereal
5
- subtitle: A Site Template
6
- description: Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis.
6
+ subtitle: Privacy Policy
7
+ description: >-
8
+ Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis.
7
9
  ---
8
-
9
- {% assign panels = site.privacy-policy | sort: 'index' %}
10
-
11
- <!-- Banner -->
12
- <section class="panel banner right color0-alt" id="banner">
13
- <div class="content color0 span-3-75">
14
- <h1 class="major">Privacy Policy</h1>
15
- <p>Effective date: {{ site.time | date: '%F' }}</p>
16
- <p>{{ site.copyright.holder }} ("us", "we", or "our") operates the <a href="{{ site.url }}">website</a> (the "Service").</p>
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
- <ul class="actions">
19
- <li>
20
- <a href="#definition" class="button primary color1 circle icon solid fa-angle-right">
21
- Next
22
- </a>
23
- </li>
24
- </ul>
25
- </div>
26
- <div class="image filtered span-1-75" data-position="25% 25%">
27
- <img src="{{ 'assets/images/pillars-of-creation.jpg' | absolute_url }}" alt="" />
28
- </div>
29
- </section>
30
-
31
- {% for item in panels %}
32
- {% assign content = item.content %}
33
- {% include panel.html type=item.type id=item.panel-id header=item.header style=item.style content=content %}
34
- {% endfor %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-ethereal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Mougeolle
@@ -74,6 +74,7 @@ files:
74
74
  - _includes/scripts.html
75
75
  - _includes/social.html
76
76
  - _includes/thread.html
77
+ - _layouts/collection.html
77
78
  - _layouts/default.html
78
79
  - _layouts/home.html
79
80
  - _layouts/page.html