appscms-tools-theme 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/feature.html +1 -9
- data/_layouts/home.html +0 -8
- 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: 0ff3e5970d26347a54424c3451f8ec8ff3621718116cc6e754ae59f80536690d
|
4
|
+
data.tar.gz: 9f618b9d865abae166bd9338560b75c1f81b7fed8c75a6af1ba2408d88459d61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c155e18b26673dcf5955a3b5b3f32066f904f4d8ece14a80a6921c4c578674e412b7ddabd3674a273098b10bc99f8d0e4a95a2df91b5adcf42830fcc6bafc317
|
7
|
+
data.tar.gz: 032100f27dc1a6d856feb86f7a0d51db0183e2a6c976c82c1cc0df8d16f165038fe13440d7dec056ed3f4fbbddce4bf50b799358548dfe628a097f3e0be34551
|
data/_layouts/feature.html
CHANGED
@@ -14,15 +14,7 @@
|
|
14
14
|
<div class="container">
|
15
15
|
{%- if featureData.alertmsg -%} {{featureData.alertmsg}} {%- else -%} We
|
16
16
|
do not upload any files to server, hence your data is 100% secure. {%-
|
17
|
-
endif -%}
|
18
|
-
<button
|
19
|
-
type="button"
|
20
|
-
class="close"
|
21
|
-
data-dismiss="alert"
|
22
|
-
aria-label="Close"
|
23
|
-
>
|
24
|
-
<span aria-hidden="true">×</span>
|
25
|
-
</button>
|
17
|
+
endif -%}
|
26
18
|
</div>
|
27
19
|
</div>
|
28
20
|
{%- endif -%} {%- if page.layout != "frame" and page.layout !=
|
data/_layouts/home.html
CHANGED
@@ -15,14 +15,6 @@
|
|
15
15
|
{%- if homeData.alertmsg -%} {{homeData.alertmsg}} {%- else -%} We do
|
16
16
|
not upload any files to server, hence your data is 100% secure. {%-
|
17
17
|
endif -%}
|
18
|
-
<button
|
19
|
-
type="button"
|
20
|
-
class="close"
|
21
|
-
data-dismiss="alert"
|
22
|
-
aria-label="Close"
|
23
|
-
>
|
24
|
-
<span aria-hidden="true">×</span>
|
25
|
-
</button>
|
26
18
|
</div>
|
27
19
|
</div>
|
28
20
|
{%- endif -%} {%- if homeData.h1 or homeData.h2 -%}
|