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 +4 -4
- data/_includes/download_materials.html +4 -0
- data/_layouts/post.html +1 -4
- data/_sass/jsblog/_syntax-highlighting.scss +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55c804240898d2795511d295af36afadb86c1f484c42941c6690828d7dbe0c7b
|
4
|
+
data.tar.gz: '084e64a4d23447806edf0c6b24fca568a0c7941a9a0525106d29b9067f1a579d'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08a8df0ce7ff80b854e519fff49a23ba8ec342fc6b2b482b2cc85eb669e008163566daab539586f627ba7242a219937e729c849e9ffb31182399dacf4ee4a3de'
|
7
|
+
data.tar.gz: e8f145e3bcec42fbea07747a98606fc843e26947871e0a1d5faabb5ae7f4f622b423ac34da132c377d3e0763aee85d5e3d3e7297a151814fb1d7413f4088276e
|
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
|
-
{%
|
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>
|
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.
|
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
|