ultimate-jekyll-manager 0.0.222 → 0.0.223
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.
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
<li>
|
|
89
89
|
{% iftruthy child.href %}
|
|
90
90
|
<a class="{{ child_class }}" href="{{ child.href }}" {{ child_attributes }}>
|
|
91
|
-
{{ child_content }}
|
|
91
|
+
{{ child_content | strip }}
|
|
92
92
|
</a>
|
|
93
93
|
{% endiftruthy %}
|
|
94
94
|
{% iffalsy child.href %}
|
|
95
95
|
<button class="{{ child_class }}" type="button" {{ child_attributes }}>
|
|
96
|
-
{{ child_content }}
|
|
96
|
+
{{ child_content | strip }}
|
|
97
97
|
</button>
|
|
98
98
|
{% endiffalsy %}
|
|
99
99
|
</li>
|
|
@@ -143,12 +143,12 @@
|
|
|
143
143
|
<li>
|
|
144
144
|
{% iftruthy child.href %}
|
|
145
145
|
<a class="{{ child_class }}" href="{{ child.href }}" {{ child_attributes }}>
|
|
146
|
-
{{ child_content }}
|
|
146
|
+
{{ child_content | strip }}
|
|
147
147
|
</a>
|
|
148
148
|
{% endiftruthy %}
|
|
149
149
|
{% iffalsy child.href %}
|
|
150
150
|
<button class="{{ child_class }}" type="button" {{ child_attributes }}>
|
|
151
|
-
{{ child_content }}
|
|
151
|
+
{{ child_content | strip }}
|
|
152
152
|
</button>
|
|
153
153
|
{% endiffalsy %}
|
|
154
154
|
</li>
|
|
@@ -171,12 +171,12 @@
|
|
|
171
171
|
<li class="nav-item">
|
|
172
172
|
{% iftruthy link.href %}
|
|
173
173
|
<a class="{{ link_class }}" href="{{ link.href }}" {{ link_attributes }}>
|
|
174
|
-
{{ link_content }}
|
|
174
|
+
{{ link_content | strip }}
|
|
175
175
|
</a>
|
|
176
176
|
{% endiftruthy %}
|
|
177
177
|
{% iffalsy link.href %}
|
|
178
178
|
<button class="{{ link_class }}" type="button" {{ link_attributes }}>
|
|
179
|
-
{{ link_content }}
|
|
179
|
+
{{ link_content | strip }}
|
|
180
180
|
</button>
|
|
181
181
|
{% endiffalsy %}
|
|
182
182
|
</li>
|
|
@@ -244,12 +244,12 @@
|
|
|
244
244
|
<li>
|
|
245
245
|
{% iftruthy child.href %}
|
|
246
246
|
<a class="{{ child_class }}" href="{{ child.href }}" {{ child_attributes }}>
|
|
247
|
-
{{ child_content }}
|
|
247
|
+
{{ child_content | strip }}
|
|
248
248
|
</a>
|
|
249
249
|
{% endiftruthy %}
|
|
250
250
|
{% iffalsy child.href %}
|
|
251
251
|
<button class="{{ child_class }}" type="button" {{ child_attributes }}>
|
|
252
|
-
{{ child_content }}
|
|
252
|
+
{{ child_content | strip }}
|
|
253
253
|
</button>
|
|
254
254
|
{% endiffalsy %}
|
|
255
255
|
</li>
|
|
@@ -290,12 +290,12 @@
|
|
|
290
290
|
<li>
|
|
291
291
|
{% iftruthy child.href %}
|
|
292
292
|
<a class="{{ child_class }}" href="{{ child.href }}" {{ child_attributes }}>
|
|
293
|
-
{{ child_content }}
|
|
293
|
+
{{ child_content | strip }}
|
|
294
294
|
</a>
|
|
295
295
|
{% endiftruthy %}
|
|
296
296
|
{% iffalsy child.href %}
|
|
297
297
|
<button class="{{ child_class }}" type="button" {{ child_attributes }}>
|
|
298
|
-
{{ child_content }}
|
|
298
|
+
{{ child_content | strip }}
|
|
299
299
|
</button>
|
|
300
300
|
{% endiffalsy %}
|
|
301
301
|
</li>
|
|
@@ -317,12 +317,12 @@
|
|
|
317
317
|
{% endcapture %}
|
|
318
318
|
{% iftruthy action.href %}
|
|
319
319
|
<a class="{{ action_class }}" href="{{ action.href }}" role="button" {{ action_attributes }}>
|
|
320
|
-
{{ action_content }}
|
|
320
|
+
{{ action_content | strip }}
|
|
321
321
|
</a>
|
|
322
322
|
{% endiftruthy %}
|
|
323
323
|
{% iffalsy action.href %}
|
|
324
324
|
<button class="{{ action_class }}" type="button" {{ action_attributes }}>
|
|
325
|
-
{{ action_content }}
|
|
325
|
+
{{ action_content | strip }}
|
|
326
326
|
</button>
|
|
327
327
|
{% endiffalsy %}
|
|
328
328
|
{% endif %}
|
|
@@ -366,12 +366,12 @@
|
|
|
366
366
|
<li>
|
|
367
367
|
{% iftruthy child.href %}
|
|
368
368
|
<a class="{{ child_class }}" href="{{ child.href }}" {{ child_attributes }}>
|
|
369
|
-
{{ child_content }}
|
|
369
|
+
{{ child_content | strip }}
|
|
370
370
|
</a>
|
|
371
371
|
{% endiftruthy %}
|
|
372
372
|
{% iffalsy child.href %}
|
|
373
373
|
<button class="{{ child_class }}" type="button" {{ child_attributes }}>
|
|
374
|
-
{{ child_content }}
|
|
374
|
+
{{ child_content | strip }}
|
|
375
375
|
</button>
|
|
376
376
|
{% endiffalsy %}
|
|
377
377
|
</li>
|
|
@@ -392,12 +392,12 @@
|
|
|
392
392
|
{% endcapture %}
|
|
393
393
|
{% iftruthy action.href %}
|
|
394
394
|
<a class="{{ action_class }}" href="{{ action.href }}" role="button" {{ action_attributes }}>
|
|
395
|
-
{{ action_content }}
|
|
395
|
+
{{ action_content | strip }}
|
|
396
396
|
</a>
|
|
397
397
|
{% endiftruthy %}
|
|
398
398
|
{% iffalsy action.href %}
|
|
399
399
|
<button class="{{ action_class }}" type="button" {{ action_attributes }}>
|
|
400
|
-
{{ action_content }}
|
|
400
|
+
{{ action_content | strip }}
|
|
401
401
|
</button>
|
|
402
402
|
{% endiffalsy %}
|
|
403
403
|
{% endif %}
|