jekyll-theme-consulting 0.8.8 → 0.8.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/post.html +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a53c7f78a475d3425c067c72bbc8f9227f643e9b298494744f96ba3687c591b
|
4
|
+
data.tar.gz: 9dd2921dd586459de84039e350ae0284d5354248ce172d335c98d716cd59bfe0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4171d031d8b2c164fb86d390a7891e6fac32e5a57842de157f451f155be12683a5218982847a9c7843cabc78d0f4643a799b81474b4d45df5747bb5a6dc898a
|
7
|
+
data.tar.gz: b7a54df3b6bbde105a0aeb5903a3e210104166967089805126db1c4a9f360a423a86b7690516bec8423e887c55a3e881e37f0dd712beb41126c21862670d716d
|
data/_includes/post.html
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
{%- endif -%}
|
7
7
|
<h3>{{ include.title }}</h3>
|
8
8
|
<p>{{ include.content }}</p>
|
9
|
+
{%- if include.target-url -%}
|
9
10
|
<ul class="actions">
|
10
11
|
<li>
|
11
12
|
<a href="{{ include.target-url | absolute_url }}" class="button">
|
@@ -13,4 +14,5 @@
|
|
13
14
|
</a>
|
14
15
|
</li>
|
15
16
|
</ul>
|
17
|
+
{%- endif -%}
|
16
18
|
</article>
|