jekyll-theme-ethereal 0.4.0 → 0.4.1

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: da58817de590364b541d69dd0d9169bd7c12dd22337070afdbda3366cecd6213
4
- data.tar.gz: 9dc5e52705b42d03014376ff157026366029419ad38552756681f13a5773ff2c
3
+ metadata.gz: 142ce6972e6a91954715105b6b955ffa4d39011b5c5cbd044d3e60b1aa53c9c5
4
+ data.tar.gz: 9c18df932af61af049d8259edee2e0eefcf9c540fe7c5a8d9ed043c9e295923c
5
5
  SHA512:
6
- metadata.gz: 9b08c63e52bc1754342bd18e5d4628799f01b2909c8a334cbbf61c4e1e800b2c006d4162207f2d65cd0fd788e23a8aa47a89e5f80f4d4c78e8d7c7998bd67cda
7
- data.tar.gz: fc67ac9645df95eb5311c12d4d0b2e9326ec4cea41a63b4d9febb8e61ac5ea08fdc18bf1e4957ffb30c51ef85da47c4b5efff33c2cec738b848b5ec992323afd
6
+ metadata.gz: bb31dff54f502f56c9ff0b55fde942d7cf72c0f4c3588eca20d2bcff263975f7d4a27576e66535f35c4372f033b27192289cdcdfc6b649ef0f808798a2cd76f2
7
+ data.tar.gz: d9a7b0e580c2023dfed93887caa5e47416bd03bf502b1e26eb5309720ed3cea67b79d42ed20e578a02b82d2cc7c9be5006028dc2203e887064244cf0d146b175
@@ -16,14 +16,6 @@ window.cookieconsent.initialise({
16
16
  }
17
17
  });
18
18
  </script>
19
- <script src="{{ 'assets/js/simple-jekyll-search.min.js' | absolute_url }}" type="text/javascript" ></script>
20
- <script>
21
- SimpleJekyllSearch({
22
- searchInput: document.getElementById('search-input'),
23
- resultsContainer: document.getElementById('search-results'),
24
- json: "{{ '/index.json' | absolute_url }}"
25
- })
26
- </script>
27
19
  {%- if include.scripts -%}
28
20
  {%- for file in include.scripts -%}
29
21
  <script src="{{ file.url | absolute_url }}" type="text/javascript" ></script>
@@ -0,0 +1,18 @@
1
+ <!-- Search -->
2
+ <section id="search" class="alt">
3
+ <form method="post" action="#">
4
+ <input type="text" name="search-input" id="search-input" placeholder="Search" />
5
+ </form>
6
+ </section>
7
+ <nav id="results">
8
+ <ul id="search-results">
9
+ </ul>
10
+ </nav>
11
+ <script src="{{ 'assets/js/simple-jekyll-search.min.js' | absolute_url }}" type="text/javascript" ></script>
12
+ <script>
13
+ SimpleJekyllSearch({
14
+ searchInput: document.getElementById('search-input'),
15
+ resultsContainer: document.getElementById('search-results'),
16
+ json: "{{ '/index.json' | absolute_url }}"
17
+ })
18
+ </script>
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.4.0
4
+ version: 0.4.1
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-12-25 00:00:00.000000000 Z
11
+ date: 2019-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -89,6 +89,7 @@ files:
89
89
  - _includes/panel_map.html
90
90
  - _includes/panel_spotlight.html
91
91
  - _includes/scripts.html
92
+ - _includes/search.html
92
93
  - _includes/social.html
93
94
  - _includes/space_launch_calendar.json
94
95
  - _includes/thread.html