Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 595e598

Browse files
committed
Use type for editors pick
1 parent 8075da9 commit 595e598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/heavy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="o-teaser{{#mods}} o-teaser--{{this}}{{/mods}}{{#if image}} o-teaser--has-image{{/if}}{{#ifEquals type 'opinion'}} o-teaser--opinion{{/ifEquals}}{{#if isEditorsChoice}} o-teaser--highlight{{/if}}" data-o-component="o-teaser" data-trackable="teaser">
1+
<div class="o-teaser{{#mods}} o-teaser--{{this}}{{/mods}}{{#if image}} o-teaser--has-image{{/if}}{{#ifEquals type 'opinion'}} o-teaser--opinion{{/ifEquals}}{{#ifEquals type 'editors-pick'}} o-teaser--highlight{{/ifEquals}}" data-o-component="o-teaser" data-trackable="teaser">
22
<div class="o-teaser__content">
33

44
{{> n-teaser/templates/partials/meta}}

0 commit comments

Comments
 (0)