ryanaghdam-jekyll-theme 1.4.0 → 1.5.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: 5cb8a523785a26ebbcfe8f2680f64a35ca3b5d3c
4
- data.tar.gz: e4e25f7165514d800fc89778441b158eac4b8dde
3
+ metadata.gz: 71eb23de38a656c0091f01f334ab7c8651b5f383
4
+ data.tar.gz: 8198ff5a6fb0d625f39aa164a1e78c1d2dcaca90
5
5
  SHA512:
6
- metadata.gz: 3d0d83dd9cf315dc5d69150eaca2e1afa381c1c9406ac00ff00c3c95d4bb25f74c52a963fc66e184c45c7c7fec02497c0d2efc0bdbf8ff27eea2b9822946c99f
7
- data.tar.gz: ccb0779a46beb3b002cc8c560f9a8e7921d38d04584a5c6750cf47174f25c19ce566c901480108a87608b050de4f7e7853bc53715ed3959a5060b8503c627ae1
6
+ metadata.gz: e4ec9e5d160e24f2c1bf12d7e50c382876caeb30c5709cd13c649858a0d81c840cece9ae157d003267543a2e395af7debb6f825293156fd15ebdbfbb86150a45
7
+ data.tar.gz: ad798074b0b0afedb548e361cf16f739f0cf46db4be94f2e32d0d3c96bfdc4c167b3e8fe49c88c50173a2837288d8b171fceb9b8ea5e59df127c6981d652fedc
data/_includes/image.html CHANGED
@@ -1,6 +1,6 @@
1
1
  <figure class="image">
2
- <a href="/assets/images/{{ include.image }}" data-lightbox="lightbox" data-title="{{ include.caption }}">
3
- <img src="/assets/images/thumbnails/{{ include.image }}" {% if include.caption %} alt="{{ include.caption }}" {% endif %}>
2
+ <a href="http://ryanaghdam.com/assets/images/{{ include.image }}" data-lightbox="lightbox" data-title="{{ include.caption }}">
3
+ <img src="http://ryanaghdam.com/assets/images/thumbnails/{{ include.image }}" {% if include.caption %} alt="{{ include.caption }}" {% endif %}>
4
4
  </a>
5
5
 
6
6
  {% if include.caption %}
data/_layouts/atom.xml CHANGED
@@ -18,7 +18,7 @@
18
18
  <pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
19
19
  <author>ryan@ryanaghdam.com (Ryan Aghdam)</author>
20
20
  <guid>http://ryanaghdam.com{{ post.id }}</guid>
21
- <description>{{ post.content | xml_escape }}</description>
21
+ <description>{{ post.excerpt | xml_escape }}</description>
22
22
  </item>
23
23
  {% endfor %}
24
24
 
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.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Aghdam