jekyll-theme-jsblog 1.0.26 → 1.0.27

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f17b202b6de3a313f339b521cc0e17600bbf1d59601c36d7ec3b80ca4634ab4e
4
- data.tar.gz: a8e4f5bccda4e94089a2fe5e64b6c8a2c813459586fbcc45df1064536e7d7c7d
3
+ metadata.gz: 55c804240898d2795511d295af36afadb86c1f484c42941c6690828d7dbe0c7b
4
+ data.tar.gz: '084e64a4d23447806edf0c6b24fca568a0c7941a9a0525106d29b9067f1a579d'
5
5
  SHA512:
6
- metadata.gz: c37edbb2c1593e8154698efdc32b3841c02eb9fbfcce93622975f6ee2e1606d3eaf0872bd0ed41397aa1edaa0ab46da0d9bea6429ef42a351a906ee22f41d740
7
- data.tar.gz: bf7032c592aa2e8cab5b5430632c4dc8284806d2c3809c65e4d72d50d884ac56d9dcc7284b98e2e5e5213c4b30cc7f794927acce42176ccf42d99731b8661dae
6
+ metadata.gz: '08a8df0ce7ff80b854e519fff49a23ba8ec342fc6b2b482b2cc85eb669e008163566daab539586f627ba7242a219937e729c849e9ffb31182399dacf4ee4a3de'
7
+ data.tar.gz: e8f145e3bcec42fbea07747a98606fc843e26947871e0a1d5faabb5ae7f4f622b423ac34da132c377d3e0763aee85d5e3d3e7297a151814fb1d7413f4088276e
@@ -0,0 +1,4 @@
1
+ {% if page.download %}
2
+ <br>
3
+ <p class="post-lead"><a href="{{ page.download }}"><i class="fas fa-arrow-alt-circle-down"></i> Download Materials</a></p>
4
+ {% endif %}
data/_layouts/post.html CHANGED
@@ -11,10 +11,7 @@ layout: default
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
13
 
14
- {% if page.download %}
15
- <br>
16
- <p class="post-lead"><a href="{{ page.download }}"><i class="fas fa-arrow-alt-circle-down"></i> Download Materials</a></p>
17
- {% endif %}
14
+ {% include download_materials.html %}
18
15
  </header>
19
16
 
20
17
  <hr>
@@ -3,6 +3,7 @@
3
3
  */
4
4
 
5
5
  code.highlighter-rouge {
6
+ font-size: $base-font-size;
6
7
  background-color: var(--grey-color-lighter);
7
8
  border: 0 solid var(--text-color);
8
9
  border-radius: 3px;
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.26
4
+ version: 1.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Schiavo
@@ -90,6 +90,7 @@ files:
90
90
  - LICENSE
91
91
  - README.md
92
92
  - _includes/custom_comments_provider.html
93
+ - _includes/download_materials.html
93
94
  - _includes/fonts.html
94
95
  - _includes/footer.html
95
96
  - _includes/footer_content.html