ultimate-jekyll-manager 0.0.207 → 0.0.208
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.
|
@@ -8,13 +8,19 @@
|
|
|
8
8
|
|
|
9
9
|
<a class="navbar-brand d-inline-flex align-items-center py-0" href="{{ logo_href }}">
|
|
10
10
|
{% iftruthy logo_src %}
|
|
11
|
-
|
|
12
|
-
<img src="{{ logo_src }}" alt="{{ logo_text }} Logo"/>
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
{% if data.logo.type == 'wordmark' %}
|
|
12
|
+
<img src="{{ logo_src }}" alt="{{ logo_text }} Logo" class="{{ logo_class }}" style="height: 2rem; width: auto;"/>
|
|
13
|
+
{% else %}
|
|
14
|
+
<div class="avatar avatar-md me-2 {{ logo_class }}">
|
|
15
|
+
<img src="{{ logo_src }}" alt="{{ logo_text }} Logo"/>
|
|
16
|
+
</div>
|
|
17
|
+
{% endif %}
|
|
17
18
|
{% endiftruthy %}
|
|
19
|
+
{% if data.logo.type != 'wordmark' %}
|
|
20
|
+
{% iftruthy logo_text %}
|
|
21
|
+
<span class="text-body">{{ logo_text }}</span>
|
|
22
|
+
{% endiftruthy %}
|
|
23
|
+
{% endif %}
|
|
18
24
|
</a>
|
|
19
25
|
|
|
20
26
|
<!-- Mobile controls wrapper -->
|
|
@@ -5,7 +5,7 @@ layout: themes/[ site.theme.id ]/frontend/core/base
|
|
|
5
5
|
### PAGE CONFIG ###
|
|
6
6
|
# Hero Section
|
|
7
7
|
hero:
|
|
8
|
-
headline: "The right plans,
|
|
8
|
+
headline: "The right plans,"
|
|
9
9
|
headline_accent: "for the right price"
|
|
10
10
|
subheadline: "Simple and affordable pricing. No hidden fees, no surprises."
|
|
11
11
|
|
|
@@ -208,12 +208,12 @@ faqs:
|
|
|
208
208
|
# answer: "If you run out of quotas mid-month, you can upgrade to a higher plan or wait until your quotas reset at the beginning of your next billing cycle."
|
|
209
209
|
# - question: "Will my exports, generation & iStock credits roll-over into the next month or billing cycle?"
|
|
210
210
|
# answer: "No, unused credits and quotas do not roll over to the next billing cycle. Your quotas reset at the beginning of each new billing period."
|
|
211
|
-
- question: "Can I cancel at
|
|
212
|
-
answer: "Yes
|
|
211
|
+
- question: "Can I cancel at any time?"
|
|
212
|
+
answer: "Yes, you can cancel anytime, no questions asked. However, we would highly appreciate it if you could give us some feedback so we can improve."
|
|
213
213
|
- question: "Is there a free trial?"
|
|
214
|
-
answer: "Yes
|
|
214
|
+
answer: "Yes, there is a 14-day free trial of the paid plans. You can cancel your subscription at any time during the trial period for a full refund."
|
|
215
215
|
- question: "What is your refund policy?"
|
|
216
|
-
answer: "We offer a 14
|
|
216
|
+
answer: "We offer a 14-day free trial of the premium plans. You can cancel any time during your trial for a full refund. After the trial period, you can cancel and you may receive a prorated refund for the remaining time on your subscription."
|
|
217
217
|
---
|
|
218
218
|
|
|
219
219
|
<!-- Promo Banner -->
|