Compare commits
No commits in common. 'f87b0603e23439d78f8270f9ae00d349dd10cd47' and '4d6cf2c18fd32a6fd8602fbb5ae1729f47061105' have entirely different histories.
f87b0603e2
...
4d6cf2c18f
3 changed files with 15 additions and 38 deletions
@ -1,19 +0,0 @@ |
|||||||
{% set imagePath = file_url(content.field_article_highlight_image|field_target_entity.image.entity.uri.value) %} |
|
||||||
<header style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('{{ imagePath }}')" class="article-title-banner node__header paragraph-responsive-typography-enabled article-header"> |
|
||||||
<div class="container article-info--wrapper"> |
|
||||||
{% block title_area %} |
|
||||||
{{ title_prefix }} |
|
||||||
<h1{{ title_attributes.addClass('article--title title') }}> |
|
||||||
{{ label }} |
|
||||||
</h1> |
|
||||||
<h1{{ title_attributes.addClass('article--title title sr-only') }}> |
|
||||||
{{ label }} |
|
||||||
</h1> |
|
||||||
{{ title_suffix }} |
|
||||||
{% endblock %} |
|
||||||
<section class="article-header--metadata"> |
|
||||||
<div class="left"> </div> |
|
||||||
<div class="right"> </div> |
|
||||||
</section> |
|
||||||
</div> |
|
||||||
</header> |
|
Loading…
Reference in new issue