appscms-tools-theme 5.6.5 → 5.6.6
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/_data/feature/en/compress-pdf.json +1 -1
- data/_includes/.DS_Store +0 -0
- data/_includes/appscms/.DS_Store +0 -0
- data/_includes/appscms/faq/faq.html +1 -1
- 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: 8e02019dba58647daddf6f33fd910f61c67a12f1707c649df8843a58b2d8923e
|
|
4
|
+
data.tar.gz: 21391b9c90c2d997b727b14efd32b1ef34800890ece3c91bb495ed822e427b6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 796bbbbdbb4be16c79b2935440c88ea35aaff5a536d204d1c212833590a7cac15cfeb4434db97dd8a08d194d2df3f5ac15703b92ab0b2a38080e18cf5a9ff002
|
|
7
|
+
data.tar.gz: '088aa4147eaa6a4c19d173164b76c1238931095a860436ce99e60a789ba50f1c55c27775d979ec07ba48f9028ebaaa1fe51aa80bff8ba9803fcec8be23521ae6'
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"FAQ": [
|
|
74
74
|
{
|
|
75
75
|
"question":"cms",
|
|
76
|
-
"answer": "Unexpected <a
|
|
76
|
+
"answer": "Unexpected <a href=\"https://hwtests.com/double-click-test\" class=\"webcms-anchor\">double clicks</a> often happen because of worn mouse switches, hardware issues, or incorrect button registration. Using the double-click test helps determine whether your mouse is producing unwanted double-click inputs. The test can help confirm whether the problem is with the mouse itself."
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"question": "Can I also find words using 3 blanks instead of 2?\n",
|
data/_includes/.DS_Store
CHANGED
|
Binary file
|
data/_includes/appscms/.DS_Store
CHANGED
|
Binary file
|
|
@@ -28,7 +28,7 @@ assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
|
|
|
28
28
|
</h3>
|
|
29
29
|
<p class="faq-answer">
|
|
30
30
|
{% assign final_answer = data.answer | replace: "$variable", page.value %}
|
|
31
|
-
{%- if final_answer contains "
|
|
31
|
+
{%- if final_answer contains "class="webcms-anchor"" -%}
|
|
32
32
|
{{ final_answer }}
|
|
33
33
|
{%- else -%}
|
|
34
34
|
{% if final_answer contains "<a" %}
|