jekyll-theme-consulting 0.9.5 → 0.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 729cae1d1f51424835a8d83695aa286df78850a82f49877a6af189bbacf3e0f3
4
- data.tar.gz: c1bcd70ea8559f2b1396aa936f114c1199eb31841123a71b6e9c511f8d824b58
3
+ metadata.gz: de22123c10abd0205d8d98d71de73c15ed425b3d74d7cf96e3eca0b271ebfe8e
4
+ data.tar.gz: d16923104d6a2fc93028ccb96071897e41534b3723e86046ecbed2db37c4e20d
5
5
  SHA512:
6
- metadata.gz: f798f91a379bc2574f6ebc5658899f75efc8adb45792eaf11b05e32a938edd4425ad2d31e8b36f8f081d575c2f53a6abce40d9a8fd5cfcb1e5e56e6007e87692
7
- data.tar.gz: 8f3aa7936bccc3a79509af6430dcf81a61dcf1a1a3bd144c74705ffa755697fe03b5474eb0948ece195c328f61f7a56b4d549c4477e435d852d8e05fa4a030fd
6
+ metadata.gz: 49dbba420c4350bdd76d4856634f3f311ec74ec2d39bf08bc138c7f51e3588fe8f3a292da33cb6a059f6265c9568d793305818e27f233f557513f4aaa11558b8
7
+ data.tar.gz: 05566a7c46ec219cc9df849fa4bac5a861a023c42ab6b83a2e8e3f9615b80bb1c7b38372dec72d39ce286a7c84d867c5706e1123d81f8207d89ec96f17e8b3c1
@@ -11,7 +11,7 @@
11
11
  <div class="fact-outro on">
12
12
  <p>{{ include.default.outro | default: &nbsp; }}</p>
13
13
  </div>
14
- <span class="icon solid {{ include.default.icon | default: 'fa-play' }} on"></span>
14
+ <span class="icon {{ include.default.icon | default: 'fa-play' }} on"></span>
15
15
  <div class="fact-intro off">
16
16
  <p>{{ include.hover.intro | default: &nbsp; }}</p>
17
17
  </div>
@@ -21,7 +21,7 @@
21
21
  <div class="fact-outro off">
22
22
  <p>{{ include.hover.outro | default: &nbsp; }}</p>
23
23
  </div>
24
- <span class="icon solid {{ include.hover.icon | default: 'fa-exclamation' }} off"></span>
24
+ <span class="icon {{ include.hover.icon | default: 'fa-exclamation' }} off"></span>
25
25
  {%- if include.target_url -%}
26
26
  </a>
27
27
  {%- endif -%}
@@ -0,0 +1,9 @@
1
+ <a href='{{ include.target_url | absolute_url }}' class="icon {{ include.class }}">
2
+ <article style="width: 100%;">
3
+ <span class="icon {{ include.icon }}"></span>
4
+ <div class="content">
5
+ <h3>{{ include.title }}</h3>
6
+ <p>{{ include.content }}</p>
7
+ </div>
8
+ </article>
9
+ </a>
@@ -4,7 +4,7 @@
4
4
 
5
5
  /// Breakpoints.
6
6
  /// @var {list}
7
- $breakpoints: () !global;
7
+ $breakpoints: null;
8
8
 
9
9
  // Mixins.
10
10
 
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.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moodule
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-30 00:00:00.000000000 Z
11
+ date: 2020-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -81,6 +81,7 @@ files:
81
81
  - _includes/contact_script.html
82
82
  - _includes/date.html
83
83
  - _includes/fact.html
84
+ - _includes/feature.html
84
85
  - _includes/footer.html
85
86
  - _includes/head.html
86
87
  - _includes/header.html