ryanaghdam-jekyll-theme 1.3.0 → 1.4.0

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
  SHA1:
3
- metadata.gz: 49a46a7be4d32542074713c669ba0c9c4d2e0a72
4
- data.tar.gz: 3ece1e86e97a7479dc1c9a9260bb70c6c1ad50dd
3
+ metadata.gz: 5cb8a523785a26ebbcfe8f2680f64a35ca3b5d3c
4
+ data.tar.gz: e4e25f7165514d800fc89778441b158eac4b8dde
5
5
  SHA512:
6
- metadata.gz: 448b0bf788089f6f7d8d51b82c4e704277878eba38a7709de70d21a88e5f258a8029f98f88dc4dfc3e8d99ba942ace736b315709efd120d9b1eec08c8f329ce4
7
- data.tar.gz: de12f266024836d763f1343cab5519a6b5e987dc0956ea33d426095acde063ab60092af2faf7c07341a7c8d86f5e818c78a03b08162d88f68d16baf594c39bf5
6
+ metadata.gz: 3d0d83dd9cf315dc5d69150eaca2e1afa381c1c9406ac00ff00c3c95d4bb25f74c52a963fc66e184c45c7c7fec02497c0d2efc0bdbf8ff27eea2b9822946c99f
7
+ data.tar.gz: ccb0779a46beb3b002cc8c560f9a8e7921d38d04584a5c6750cf47174f25c19ce566c901480108a87608b050de4f7e7853bc53715ed3959a5060b8503c627ae1
data/_includes/image.html CHANGED
@@ -1,5 +1,5 @@
1
1
  <figure class="image">
2
- <a href="/assets/images/{{ include.image }}" data-lightbox="lightbox">
2
+ <a href="/assets/images/{{ include.image }}" data-lightbox="lightbox" data-title="{{ include.caption }}">
3
3
  <img src="/assets/images/thumbnails/{{ include.image }}" {% if include.caption %} alt="{{ include.caption }}" {% endif %}>
4
4
  </a>
5
5
 
data/_sass/lightbox.scss CHANGED
@@ -1,6 +1,13 @@
1
1
  .lightbox {
2
2
  .lb-details {
3
- display: none;
3
+ .lb-number {
4
+ display: none;
5
+ }
6
+
7
+ .lb-caption {
8
+ font-weight: normal;
9
+ font-size: 0.9rem;
10
+ }
4
11
  }
5
12
 
6
13
  .lb-image {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ryanaghdam-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Aghdam