jekyll-theme-consulting 0.6.12 → 0.7.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: '09d0fb48f34fb4e19de2e61aef83aa170248a9b96ab4b34343f7c4587a0d3f9a'
4
- data.tar.gz: e5e29daf8d09cc0d557f36eb74ca8a16818d6510d2054ccb66c6b61e0135cb9f
3
+ metadata.gz: cc4aa348d9959be4f5318997f1711c14dbfb1f4fdf9cffc603f9a57088655fcd
4
+ data.tar.gz: ca9723acbacdca5a1fc25e76aa79cc626f16001ef8b6cbd0da04973d46aa1022
5
5
  SHA512:
6
- metadata.gz: d5680e9f8154dd43c56fc32362bc7311e0e7043d246fb39601e4be2c7ea485d73797d066cf3c033dd3eed0537f6cd78ad849ad9f8830b446a3f95e0697a5da07
7
- data.tar.gz: 3d9e19d9f64864c9c19e21e13e0f524d195ccc1db917c5bbe99b25eed78566719626ccb9dfc36ecb370d4fdfd0ec93fd6e55a363edb4d24333e0a9b951869d94
6
+ metadata.gz: da5d3e7cec55efc5f469f08ae577c4dc1b89797d5404576098403f4119eabbfacd73d11a151c50e85672d4ac41990530d6502cb8dbbc8c03feb15643eb9acfcd
7
+ data.tar.gz: 3f53bc9f4ab8b2b346259361f424c7e538fc326edbdc1c6f7e088734c570738bd9d303368903e4cbcc22b003fad3a36302c3ed29e5bc29c52c46ffd80bd54d71
@@ -18,14 +18,6 @@ window.cookieconsent.initialise({
18
18
  }
19
19
  });
20
20
  </script>
21
- <script src="{{ 'assets/js/simple-jekyll-search.min.js' | absolute_url }}" type="text/javascript" ></script>
22
- <script>
23
- SimpleJekyllSearch({
24
- searchInput: document.getElementById('search-input'),
25
- resultsContainer: document.getElementById('search-results'),
26
- json: "{{ '/index.json' | absolute_url }}"
27
- })
28
- </script>
29
21
  {%- if include.scripts -%}
30
22
  {%- for file in include.scripts -%}
31
23
  <script src="{{ file.url | absolute_url }}" type="text/javascript" /></script>
@@ -1,11 +1,18 @@
1
1
  <!-- Search -->
2
2
  <section id="search" class="alt">
3
- <form method="post" action="javascript:void(0);">
3
+ <form method="post" action="#">
4
4
  <input type="text" name="search-input" id="search-input" placeholder="Search" />
5
5
  </form>
6
6
  </section>
7
-
8
7
  <nav id="results">
9
8
  <ul id="search-results">
10
9
  </ul>
11
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>
@@ -7,24 +7,25 @@
7
7
  /* Footer */
8
8
 
9
9
  #footer {
10
- .copyright {
11
- color: _palette(fg-light);
12
- font-size: 0.9em;
10
+ .copyright {
11
+ margin: 0;
12
+ color: _palette(fg-light);
13
+ font-size: 0.9em;
13
14
 
14
- a {
15
- color: inherit;
16
- }
17
- }
15
+ a {
16
+ color: inherit;
17
+ }
18
+ }
18
19
  }
19
20
 
20
21
  /* Inverted */
21
22
 
22
23
  .inverted #footer {
23
- .copyright {
24
- color: _palette(fg-light-inverted);
24
+ .copyright {
25
+ color: _palette(fg-light-inverted);
25
26
 
26
- a {
27
- color: inherit;
28
- }
29
- }
27
+ a {
28
+ color: inherit;
29
+ }
30
+ }
30
31
  }
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.12
4
+ version: 0.7.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-12-23 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