-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update search.md, footer/main.html, navigation.yml, light_bg.html, it…
…em/list/block/colored/item.html, item/list/gallery/main.html, title_cover/main.html, and history.md
- Loading branch information
Showing
15 changed files
with
193 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ <h2 class="text-align-center">Receive our newsletter</h2> | |
|
||
<div | ||
class="clearfix text-formatted field field--name-field-body field--type-text-long field--label-hidden field__items"> | ||
<p class="paragraph-small"><a href="mailto:[email protected]">Contact Us</a></p> | ||
<p class="paragraph-small">© 2023 VLIZ. All rights reserved</p> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
<div class="views-row"> | ||
<!-- todo remove article? | ||
<article role="article" about="{{ include.item.clickthrough_url }}" | ||
--> | ||
<div class="node node--type-faq-question node--promoted node--view-mode-teaser"> | ||
<div class="included-item"> | ||
<h2> | ||
<a href="{{ include.item.clickthrough_url }}" rel="bookmark"> | ||
<span class="field field--name-title field--type-string field--label-hidden">{{ include.item.title }}</span> | ||
</a> | ||
</h2> | ||
<!-- todo remove as there is no content? | ||
<div class="node__content"> | ||
{% if include.item.clickthrough_url %} | ||
<article role="article" about="{{ include.item.clickthrough_url }}"> | ||
{% endif %} | ||
<div class="node node--type-faq-question node--promoted node--view-mode-teaser"> | ||
<div class="included-item"> | ||
<h2> | ||
<a href="{{ include.item.clickthrough_url }}" rel="bookmark"> | ||
<span class="field field--name-title field--type-string field--label-hidden">{{ include.item.title }}</span> | ||
</a> | ||
</h2> | ||
{% if include.item.description %} | ||
<div class="node__content"> | ||
{{ include.item.description }} | ||
</div> | ||
{% endif %} | ||
</div> | ||
--> | ||
</div> | ||
</div> | ||
<!-- todo remove article | ||
{% if include.item.clickthrough_url %} | ||
</article> | ||
--> | ||
{% endif %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<div class="col-12 field__item"> | ||
<div class="background-light-2 container-full-width pb-6 pt-6 paragraph paragraph--type--container paragraph--view-mode--default"> | ||
<div class="field field--name-field-paragraph-container-items field--type-entity-reference-revisions field--label-hidden"> | ||
<div class="row field__items"> | ||
<div class="col-12 field__item"> | ||
{{include.content}} | ||
</div> | ||
<div | ||
class="background-light-2 container-full-width pb-6 pt-6 paragraph paragraph--type--container paragraph--view-mode--default"> | ||
<div | ||
class="field field--name-field-paragraph-container-items field--type-entity-reference-revisions field--label-hidden"> | ||
<div class="row field__items"> | ||
<div class="col-12 field__item"> | ||
{{include.content}} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.