@openeuropa/bcl-landing-page 1.10.6 → 1.10.8

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.
@@ -1,13 +1,11 @@
1
- {% extends "@oe-bcl/bcl-base-templates/content-type.html.twig" %}
1
+ {% extends "@oe-bcl/bcl-base-templates/content-type.html.twig" -%}
2
2
 
3
- {% block banner %}
3
+ {%- block banner %}
4
4
  {% if banner is defined %}
5
5
  {% include '@oe-bcl/bcl-banner/banner.html.twig' with banner only %}
6
6
  {% endif %}
7
- {% endblock %}
8
-
9
- {% block content %}
10
-
7
+ {%- endblock -%}
8
+ {%- block content %}
11
9
  <div class="container">
12
10
  {% if featured_section is defined %}
13
11
  <div class="my-4">
@@ -55,5 +53,4 @@
55
53
  </div>
56
54
  {% endif %}
57
55
  </div>
58
-
59
- {% endblock %}
56
+ {%- endblock -%}
package/package.json CHANGED
@@ -2,16 +2,16 @@
2
2
  "name": "@openeuropa/bcl-landing-page",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "1.10.6",
5
+ "version": "1.10.8",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL landing page",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-banner": "^1.10.6",
12
- "@openeuropa/bcl-base-templates": "^1.10.6",
13
- "@openeuropa/bcl-featured-media": "^1.10.6",
14
- "@openeuropa/bcl-listing": "^1.10.6"
11
+ "@openeuropa/bcl-banner": "^1.10.8",
12
+ "@openeuropa/bcl-base-templates": "^1.10.8",
13
+ "@openeuropa/bcl-featured-media": "^1.10.8",
14
+ "@openeuropa/bcl-listing": "^1.10.8"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -27,5 +27,5 @@
27
27
  "design-system",
28
28
  "twig"
29
29
  ],
30
- "gitHead": "f2c1911b328b12531079c209ecada73a505713c2"
30
+ "gitHead": "9c2e64443ae179948cbf748c41d438af7a0f2421"
31
31
  }