jekyll-theme-ethereal 0.2.4 → 0.3.0

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: d23dda2ee0e2de8895d6081f59de88351c978c015534fd7539fe3cbe955af930
4
- data.tar.gz: c659c853bbc9e1eaf219781e05fd326d1bcd8026eda031c8abb82e5a864b005d
3
+ metadata.gz: f822b1f550795528276bb3cfa4ac0b44ad326e15f59f483497ddfad257942f97
4
+ data.tar.gz: e293f79bb83e075a069babce507ed2f86e18cb097a39235224f3d6360e8a0350
5
5
  SHA512:
6
- metadata.gz: 263be56fab330cc2a03b9631e79685619667c28a4bcf9951f2c477b3a720827a41f02734ea8c0c57bf6fac80e0ed4b42c3b4cf39044a79a4bd4f3f29787a8e48
7
- data.tar.gz: 033b09ca8953d44d0194669c54275a127e746359375dcd21cbb8e5b3fb11634a531059af1dc3802b1b7dcd18cab251756dd7420c99fc00561becc7abc9f08308
6
+ metadata.gz: 2888a0bf2876b97e08ef450255e18e3a5b59773c76a58935fd2dbfe0f797c433a8b94978b095978127dee0da053aeea78547b71e052e301b2ebfb668857261db
7
+ data.tar.gz: e71c82c756e0ca6d01f570839a4eb5c05f088e9493cf359318da1bf41b1e7594b23cf3cd374930f2646c940ebaa26ddcc36cdf34c1907a38530ebafa6d4d8d15
data/_includes/head.html CHANGED
@@ -1,14 +1,13 @@
1
- {% assign posts=site.posts | where:"lang-ref", page.lang-ref | sort: 'lang' %}
2
- {% assign pages=site.pages | where:"lang-ref", page.lang-ref | sort: 'lang' | concat: posts %}
3
-
1
+ {%- assign posts=site.posts | where:"lang-ref", page.lang-ref | sort: 'lang' %}
2
+ {%- assign pages=site.pages | where:"lang-ref", page.lang-ref | sort: 'lang' | concat: posts %}
4
3
  <head>
5
4
  <title>{{ include.title }} - {{ include.subtitle }}</title>
6
5
  <meta charset="utf-8" />
7
6
  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
8
7
  <link rel="stylesheet" href="{{ 'assets/css/main.css' | absolute_url }}" />
9
- {% for page in pages %}
8
+ {%- for page in pages %}
10
9
  <link rel="alternate" hreflang="{{ page.lang }}" href="{{ page.url }}" />
11
- {% endfor %}
10
+ {%- endfor %}
12
11
  <noscript><link rel="stylesheet" href="{{ 'assets/css/noscript.css' | absolute_url }}" /></noscript>
13
- {% if site.favicon.url %}<link rel="icon" href="{{ site.favicon.url | absolute_url }}" />{% endif %}
12
+ {% if site.favicon %}<link rel="icon" href="{{ site.favicon | absolute_url }}" />{% endif %}
14
13
  </head>
@@ -2,15 +2,13 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- {% assign collection = site.collections | where: "label", page.collection %}
5
+ {%- assign collection = site.collections | where: "label", page.collection | first %}
6
+ {%- assign panels = collection.docs | where: "lang", page.lang | where: "lang-ref", page.lang-ref | sort: 'index' %}
6
7
 
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 %}
8
+ {%- for item in panels %}
9
+ {%- if item.type=="banner" or item.type=="contact" or item.type=="generic" or item.type=="spotlight" %}
10
+ {% include panel.html type=item.type id=item.panel-id header=item.header style=item.style content=item.content %}
11
+ {%- else %}
12
+ {{ item.content }}
13
+ {%- endif %}
14
+ {%- endfor %}
Binary file
data/en/privacy-policy.md CHANGED
@@ -2,8 +2,8 @@
2
2
  layout: collection
3
3
  lang-ref: privacy-policy-page
4
4
  collection: privacy-policy
5
- title: Jekyll Theme Ethereal
6
- subtitle: Privacy Policy
5
+ title: "Jekyll Theme Ethereal"
6
+ subtitle: "Privacy Policy"
7
7
  description: >-
8
- Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis.
8
+ Out privacy policy is quite straight forward, we do not log nor share any personal information about our visitors, period.
9
9
  ---
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-ethereal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.3.0
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-08 00:00:00.000000000 Z
11
+ date: 2019-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -148,6 +148,7 @@ files:
148
148
  - assets/images/gallery/thumbs/07.jpg
149
149
  - assets/images/gallery/thumbs/08.jpg
150
150
  - assets/images/gallery/thumbs/09.jpg
151
+ - assets/images/halley-vi.jpg
151
152
  - assets/images/orion_las.jpg
152
153
  - assets/images/overlay.png
153
154
  - assets/images/pic01.jpg