| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,7 +32,7 @@ <h1 class="content__headline" itemprop="headline" @langAttributes(article.conten | |||
| 32 | 32 | ||
| 33 | 33 | @if(article.tags.isInterview) { | |
| 34 | 34 | @article.trail.byline.map { text => | |
| 35 | - <span class="content__headline--byline-interview">By @ContributorLinks(text, article.tags.contributors)</span> | ||
| 35 | + <span class="content__headline--byline-interview">@ContributorLinks(text, article.tags.contributors)</span> | ||
| 36 | 36 | } | |
| 37 | 37 | } | |
| 38 | 38 | </div> | |
@@ -61,7 +61,7 @@ <h1 class="content__headline @if(article.content.starRating && !article.elements | |||
| 61 | 61 | ||
| 62 | 62 | @if(article.tags.isInterview) { | |
| 63 | 63 | @article.trail.byline.map { text => | |
| 64 | - <span class="content__headline--byline-interview">By @ContributorLinks(text, article.tags.contributors)</span> | ||
| 64 | + <span class="content__headline--byline-interview">@ContributorLinks(text, article.tags.contributors)</span> | ||
| 65 | 65 | } | |
| 66 | 66 | } | |
| 67 | 67 | @if(article.content.hasTonalHeaderIllustration) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments