-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a6d580
commit de6f34b
Showing
2 changed files
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
{% load wagtailimages_tags %} | ||
{% load inclusion_cms %} | ||
|
||
<div class="fr-card fr-card--shadow fr-enlarge-link"> | ||
<div class="fr-card__body"> | ||
<div class="fr-card__content"> | ||
<h3 class="fr-card__title"> | ||
<a href="{{ article.url }}">{{ article.title }}</a> | ||
</h3> | ||
<p class="fr-card__desc">{{ article.specific.intro | truncatechars:200 }}</p> | ||
<div class="fr-card__start"> | ||
{% show_article_categories_badges article %} | ||
</div> | ||
<div class="fr-card__start">{% show_article_categories_badges article %}</div> | ||
</div> | ||
</div> | ||
<div class="fr-card__header"> | ||
<div class="fr-card__img"> | ||
{% image article.specific.image fill-655x388 class="fr-responsive-img" loading="lazy" %} | ||
</div> | ||
<div class="fr-card__img">{% image article.header_image fill-655x388 class="fr-responsive-img" loading="lazy" %}</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