Compare commits
4 Commits
9471-orcid
...
master
Author | SHA1 | Date |
---|---|---|
ppound | f87b0603e2 | 8 months ago |
ppound | 6ca7d04409 | 8 months ago |
Paul Pound | 4d6cf2c18f | 8 months ago |
Paul Pound | 9a6695c12f | 8 months ago |
5 changed files with 41 additions and 19 deletions
@ -0,0 +1,19 @@
|
||||
{% 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