jekyll-theme-drop 0.1.5 → 0.1.6

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/_includes/footer.html +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: efb0867bf69dc4a38cbeb8616d676e4c561a3413eb6500383a122ee689c0c317
4
- data.tar.gz: ad328f33e22605aa9929445366351dc78dd27fd2c6fc434dc6a0b8018025bab1
3
+ metadata.gz: 6d2a7c70c03c3a73b68ddc203b786d6505dd78f7d3753d3ed8a8c066515439fe
4
+ data.tar.gz: 3f08b0f7ebd483e002aef515a94c1aeecb1ce00cf25442541b691c182bf48b81
5
5
  SHA512:
6
- metadata.gz: 2a4a6a6a2d714f290ccfd32c17ebe47ba17675f7eb98d736f0a3bcade434cb22037183171507bca589fdd9116af223fb8c5e4afd48f23f707ecf09c92e2a6712
7
- data.tar.gz: 036e2f78bc36b0c84886fc7cfb3e5df725381c2a534b1a598afd3b3af664d31cf41f21b4d2f4b0f24ebfee69e1a1a14622191cd7bdb8e82912db58c6ec4cd111
6
+ metadata.gz: 97e7e4e2e3b6c5139cee23813af38c5d6c05c8002f94479bfb903025982d5dd0689685acb501083eb6940b34daf6048fff0e38040c3fb50053293f58e5fdb430
7
+ data.tar.gz: 1842726467f8771f7bbef1513e0a72cc680a11183be9d6246189541c0564be4e4d2f78a3422fb7e908c79fce9670bd0724b79a3eaa2873e6b8fc66dceb01310d
data/README.md CHANGED
@@ -14,6 +14,10 @@ You can preview the theme [here](https://moodule.github.io/jekyll-theme-drop)
14
14
 
15
15
  > **Customizable**: theme colors, menu, social items can be changed from a central config file
16
16
 
17
+ > **Many templates**: contact forms, navigation menus, and others can be easily inserted thanks to custom Jekyll includes
18
+
19
+ > **Vector images**: the theme images are vectorized, render smoothly on any display and can be dynamically styled
20
+
17
21
  > **GDPR ready**: bundled with a cookie consent plugin and a boilerplate privacy policy compliant with GDPR
18
22
 
19
23
  > **SEO ready**: sitemap, robots.txt and tags are automatically generated for the website
@@ -34,8 +34,8 @@
34
34
  <li>&copy; {{ site.title }}. All rights reserved.</li>
35
35
  <li>Design: <a href="http://github.com/moodule" target="_blank">MOODULE</a></li>
36
36
  <li>Inspired by: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
37
- {% if site.privacy_policy_url %}<li><a href="{{ site.privacy_policy_url | absolute_url }}" target="_blank">Privacy Policy</a></li>{% endif %}
38
- {% if site.legal_terms_url %}<li><a href="{{ site.legal_terms_url | absolute_url }}" target="_blank">Legal Terms</a></li>{% endif %}
37
+ {% if site.privacy_policy.url %}<li><a href="{{ site.privacy_policy.url | absolute_url }}" target="_blank">Privacy Policy</a></li>{% endif %}
38
+ {% if site.legal_terms.url %}<li><a href="{{ site.legal_terms.url | absolute_url }}" target="_blank">Legal Terms</a></li>{% endif %}
39
39
  </ul>
40
40
  </div>
41
41
  </section>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-drop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
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-08-26 00:00:00.000000000 Z
11
+ date: 2019-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll