-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing sponsor image class, cleanup event.
- Loading branch information
Showing
4 changed files
with
39 additions
and
28 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
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,19 +1,18 @@ | ||
{% load common_tags %} | ||
{% load i18n %} | ||
{% load static %} | ||
{% block header_class_specifier %} | ||
<div class="post_base__header"> | ||
{% endblock header_class_specifier %} | ||
|
||
<div class="post_base__header-container"> | ||
{% responsive_img_set page.get_edition_image 'THEME_HEADER' 'post_base__header-image' placeholder='img/CoverSSO.png' placeholder_webp='img/CoverSSO.webp' %} | ||
<div class="post_base__sfi-edition-info"> | ||
<p class="post_base__sfi-edition">{% trans '16th edition' %}</p> | ||
<p class="post_base__sfi-year">2021</p> | ||
|
||
<div class="post_base__header"> | ||
<div class="post_base__header-container"> | ||
{% responsive_img_set page.get_edition_image 'THEME_HEADER' 'post_base__header-image' placeholder='img/CoverSSO.png' placeholder_webp='img/CoverSSO.webp' %} | ||
<div class="post_base__sfi-edition-info"> | ||
<p class="post_base__sfi-edition">{% trans '16th edition' %}</p> | ||
<p class="post_base__sfi-year">2021</p> | ||
</div> | ||
</div> | ||
<div class="post_base__header-title"> | ||
{% block header_content %} | ||
{% endblock %} | ||
</div> | ||
</div> | ||
<div class="post_base__header-title"> | ||
{% block header_content %} | ||
{% endblock %} | ||
</div> | ||
</div> |