tessellate 0.1.3 → 0.1.4

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +5 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6158448256cf518a2ad78cd350258c1d87dba1cef77103479c0b3a6b4cbd2e55
4
- data.tar.gz: 0c4a6f83d24f9b8adbff55768c0d1e3dd960dcb82f6225f69c901aa5eac7c47f
3
+ metadata.gz: 29c6315f5a22ef20d64366e37bcb46e462ac708abdaec3e8f0d3a7ce5ba41388
4
+ data.tar.gz: 4e5b9d258fd79b9a838bc078dd943875aae19acf673b87a8ac8a743a097047fc
5
5
  SHA512:
6
- metadata.gz: 4f6e598197b99396af5f94715de1911cd227e75c01204045c5efe095155750bcddbdf768f4e4570e5781abdd84d889b6c937a26dda89cc0a46cd55a36e4a4e5e
7
- data.tar.gz: 25d03db0c72762dd2ef06cf8da3124d9c5166fa728e842f20c88145c7ed6bd562af2f0cf13eaa3067d8d69a5bb5672caced48b37c05f2688e98228ca4b1de4d4
6
+ metadata.gz: 93ef5ab3aae76368a43ce501d4e1147d8e662cdc7d6384107902090d1f591fc3ca74d6d5d280246f7ced5fc11816d6890a15b3445a2c95cc3398a934c37f547a
7
+ data.tar.gz: 8b7ce723a45cc377ea4badb874ce2702a49182f9dbed5747079d54b5ca2cf410e5069eb7a8a733656fdfcca976a2b7dd3138c09dab16a1db0284b1f75776dc74
@@ -12,7 +12,11 @@
12
12
  </div>
13
13
  </header>
14
14
  {% endif %}
15
- <div class="content dark style4 featured">
15
+ {% assign style = style4 %}
16
+ {% if page.style %}
17
+ {% assign style = page.style %}
18
+ {% endif %}
19
+ <div class="content dark {{ style }} featured">
16
20
  <div class="container">
17
21
  {{ content }}
18
22
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tessellate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Preston Hager