appscms-tools-theme 5.6.2 → 5.6.4
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac293e7c174c16c3ddd049a1e93f1b5aa6e6ddf71b78ba01c8c9763aaa39b7b5
|
|
4
|
+
data.tar.gz: 0d815caee0e2551ffd9ff674bf3c1e7efeb1a91f85ea10452dd7f63d537c3ef5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6928926f79cf54fede1e42eef350f86e9808973606f6d6aca6bc2fc286c355e97175095297dd1c017fdbb5ad42c8e0f61466ee86eaaf84a9e913b1630f218cf5
|
|
7
|
+
data.tar.gz: 030140c3b01bbfd53ad1c5bc02189a2c48e9b114e1725ae7f267c8c586e52bf4cfb0cc067e62c78eeeeaf4fb02c8cacf84634506d94398d5233936e2af3ddb19
|
data/_includes/.DS_Store
CHANGED
|
Binary file
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
<style>
|
|
3
3
|
.appscms-left-sidebar {
|
|
4
4
|
position: fixed;
|
|
5
|
-
border: 2px solid red;
|
|
6
5
|
width: 200px;
|
|
7
6
|
top: 180px;
|
|
8
7
|
left: 20px;
|
|
@@ -13,7 +12,6 @@
|
|
|
13
12
|
.appscms-right-sidebar {
|
|
14
13
|
right: 20px;
|
|
15
14
|
position: fixed;
|
|
16
|
-
border: 2px solid red;
|
|
17
15
|
width: 200px;
|
|
18
16
|
top: 180px;
|
|
19
17
|
height: 100vh;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
{% assign file = page.fileName %} {% assign lang =
|
|
1
|
+
{% assign file = page.fileName %} {% assign lang = "en" %} {% assign folder
|
|
2
2
|
= page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
|
|
3
|
+
{%- if featureData.author or featureData.contributors.size > 0 -%}
|
|
3
4
|
<section class="authors-list">
|
|
4
5
|
<div class="container">
|
|
5
6
|
<div class="row">
|
|
@@ -84,3 +85,4 @@
|
|
|
84
85
|
</div>
|
|
85
86
|
</div>
|
|
86
87
|
</section>
|
|
88
|
+
{%- endif -%}
|
|
@@ -103,9 +103,8 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
|
103
103
|
-%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
|
|
104
104
|
tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
|
|
105
105
|
-%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
|
|
106
|
-
endif -%} {%- include appscms/extras/ratings.html -%}
|
|
107
|
-
|
|
108
|
-
appscms/featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {%-
|
|
106
|
+
endif -%} {%- include appscms/extras/ratings.html -%} {% include
|
|
107
|
+
appscms/featurePageAuthors/featurePageAuthors.html %} {%-
|
|
109
108
|
include appscms/footer/products.html -%} {%- include
|
|
110
109
|
internationalization-section.html -%}{%- include appscms/footer/footer.html
|
|
111
110
|
-%} {%- if site.customCode -%} {%- include customCode.html -%}{%- endif -%}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appscms-tools-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.6.
|
|
4
|
+
version: 5.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|