We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd8477 commit 9cd2972Copy full SHA for 9cd2972
views/news/index.jade
@@ -58,7 +58,7 @@ block content
58
.bucket-content
59
h2.h.h--3
60
a.externalLink.tct.twb(href=story.url)
61
- = story.title
+ = story.title
62
- iconPartial = { name: 'external', className: 'externalLink-icon', size: 16 }
63
include /views/partials/_icon
64
p.tcs.tfh
@@ -101,7 +101,10 @@ block content
101
li.list-item
102
article
103
h2.h.h--4
104
- a.tct.twb(href=story.url)= story.title
+ a.externalLink.tct.twb(href=story.url)
105
106
+ - iconPartial = { name: 'external', className: 'externalLink-icon', size: 14 }
107
+ include /views/partials/_icon
108
p.mbf.tss.
109
#{story.body}
110
0 commit comments