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

Commit

Permalink
Add opinion class to top story templates (#34)
Browse files Browse the repository at this point in the history
* add opinion class to top story heavt

* add opinion class to top story heavy
  • Loading branch information
andygnewman authored Nov 23, 2016
1 parent de055f0 commit 986144d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/top-story-heavy.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="o-teaser o-teaser--top-story o-teaser--landscape{{#mods}} o-teaser--{{this}}{{/mods}}{{#if image}} o-teaser--has-image{{/if}}" data-o-component="o-teaser" data-trackable="teaser">
<div class="o-teaser o-teaser--top-story o-teaser--landscape{{#mods}} o-teaser--{{this}}{{/mods}}{{#if image}} o-teaser--has-image{{/if}}{{#ifEquals type 'opinion'}} o-teaser--opinion{{/ifEquals}}" data-o-component="o-teaser" data-trackable="teaser">
<div class="o-teaser__content">
{{> n-teaser/templates/partials/meta}}

Expand Down
2 changes: 1 addition & 1 deletion templates/top-story-standard.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="o-teaser o-teaser--top-story o-teaser--standalone{{#mods}} o-teaser--{{this}}{{/mods}}{{#if image}} o-teaser--has-image{{/if}}" data-o-component="o-teaser" data-trackable="teaser">
<div class="o-teaser o-teaser--top-story o-teaser--standalone{{#mods}} o-teaser--{{this}}{{/mods}}{{#if image}} o-teaser--has-image{{/if}}{{#ifEquals type 'opinion'}} o-teaser--opinion{{/ifEquals}}" data-o-component="o-teaser" data-trackable="teaser">
<div class="o-teaser__content">
{{> n-teaser/templates/partials/meta}}

Expand Down

0 comments on commit 986144d

Please sign in to comment.