jekyll-theme-primcraft 0.0.15 → 0.0.16
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 +4 -4
- data/_layouts/post.html +2 -2
- 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: 6720238c533c6033a430ae97558caf8835c878002ff2378467aeb6be449ade58
|
|
4
|
+
data.tar.gz: 51a521cebc7f7e82d69a26ec7bd078a529389c5c293caaa243d181d7fb6bc0de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59629a0af0f06ec841ee3f325c1cc7aa553ad2cac9b02dbef10f8e63a4fe73a1efba11444e3507cb9a1167e4226de4b4bfbc13680d146cd084dd269ce55c769d
|
|
7
|
+
data.tar.gz: 8cca734068e12c16bf72b02375bba33e18e0c8e5c35963d27c9600b8f959bf8c70f0b972aa19cf8cbc8b013b97fd7cfe12af6ab37385b43d6361cb1d86a202ea
|
data/_layouts/post.html
CHANGED
|
@@ -26,8 +26,8 @@ layout: content
|
|
|
26
26
|
{%- include page-tags.html page = page -%}
|
|
27
27
|
</ul>
|
|
28
28
|
</header>
|
|
29
|
-
{%- if
|
|
30
|
-
<img src="{{
|
|
29
|
+
{%- if page.thumbnail -%}
|
|
30
|
+
<img src="{{ page.thumbnail }}" class="mb-3 mw-100">
|
|
31
31
|
{%- endif -%}
|
|
32
32
|
{%- include toc.html -%}
|
|
33
33
|
<div class="post-content e-content" itemprop="articleBody">
|