jekyll-theme-jsblog 1.0.8 → 1.0.9

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/post.html +5 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea3f34bdc8828f00087f320bf34b2c83fa5ce9bc467d9a1c9fc4deafecc18bc4
4
- data.tar.gz: bdfbe2b0a1927e1ff59a879075fc4dc29d3f0ca5c47d6e7c4f1e1827f976c55c
3
+ metadata.gz: a41c291c2557218c02431dafc9f48d0afbfb582e40107e586e9e4fa41fa9a75b
4
+ data.tar.gz: 2fd8990d3706c7bec702aee7481e7e23f04c8216c70e354e234136a689bfcd32
5
5
  SHA512:
6
- metadata.gz: 24d3a00fc17d777d9d2bc0f0b4e270ab6e170e352cf43458565d1c4a6f67ae157bb35d708d10b6810e8907ef992020887d6863033e09ca7f8cb6aeb1fc257fd8
7
- data.tar.gz: 0db4c1dca436a492df34d96303b5fc9ae2ad9fbf588284c7faa72c58f131713a69b1da33f8e760c5989e06157e2ef40b714e5493d4bf222219f357bf6f51a84d
6
+ metadata.gz: e1c08dafe95f608d89f2eebedec6ba71a633715dd9c5c7656dacd434f8bce81f6141e486342393ac270761a36eeb974f7b507185c5422c03688a0be57ba5ab9c
7
+ data.tar.gz: 1eb82cead420250fafc3a5e95ce05364c6d7ebb5326d166113f35672d0caef49177bc9c41283ffbc15628e584620ddf50b85869c6e8f2485aea57ad9cf027c25
data/_layouts/post.html CHANGED
@@ -10,6 +10,11 @@ layout: default
10
10
  <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
11
11
  {% endif %}
12
12
  <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
13
+
14
+ {% if page.download %}
15
+ <br>
16
+ <p class="post-meta"><a href="{{ page.download }}"><i class="fas fa-arrow-alt-circle-down"></i> Download Materials</a></p>
17
+ {% endif %}
13
18
  </header>
14
19
 
15
20
  <hr>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jsblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Schiavo