appscms-tools-theme 3.9.8 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/appscms-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: 202567f47e75f5cce33a596e51e9372f3946945d445bde2a1119e2ac724cb7f8
|
4
|
+
data.tar.gz: 4b1a2a771e08e6e30c1cbf5ceab1bcf33ec3fd35690372d8a34c25194de395a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9816a8eb0454889f5a93166efb9a9e206f1ad100b2bbb46bb4181c3825cdc3d52e417775035b1e405fe6773d4d581188ed3192108f3482d2fc9732daab4e2e47
|
7
|
+
data.tar.gz: a9a515b7d954b7cb4d7f72cdccfa293e07f84aa93d03d0646f04eba0be969c1e6253e4d2ff494b5a4b12635770729195695c9a1096f20bbbccad16e178e91ff5
|
data/_layouts/appscms-post.html
CHANGED
@@ -206,9 +206,9 @@
|
|
206
206
|
{%- else -%}
|
207
207
|
<div class="col-md-12">
|
208
208
|
{%- if page.categories.size> 0 or page.tags.size>0-%}
|
209
|
-
{%- include appscms/
|
209
|
+
{%- include appscms/recent-posts/related_categories_post.html -%}
|
210
210
|
{%- else -%}
|
211
|
-
{%- include appscms/
|
211
|
+
{%- include appscms/recent-posts/recent_posts.html -%}
|
212
212
|
{% endif %}
|
213
213
|
<div class="commentsection my-5">
|
214
214
|
{%- if site.disqus.shortname -%}
|