@openeuropa/bcl-blockquote 0.3728.202505270730 → 0.3732.202601071600
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.
- package/blockquote.html.twig +2 -2
- package/package.json +2 -2
package/blockquote.html.twig
CHANGED
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
{% if _attribution is not empty %}
|
|
64
64
|
<figcaption class="blockquote-footer m-0">
|
|
65
65
|
{{- _attribution -}}
|
|
66
|
-
{% if _cite is not empty
|
|
66
|
+
{% if _cite is not empty -%}
|
|
67
67
|
<cite title="{{ _cite }}">{{- _cite -}}</cite>
|
|
68
|
-
{
|
|
68
|
+
{%- endif -%}
|
|
69
69
|
</figcaption>
|
|
70
70
|
{% endif %}
|
|
71
71
|
</figure>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-blockquote",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.3732.202601071600",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"design-system",
|
|
22
22
|
"twig"
|
|
23
23
|
],
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "253e588bbc9fd4d20ced38c9384b70636725f2c6"
|
|
25
25
|
}
|