Skip to content

Commit

Permalink
TASK: Improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandschuetz authored Mar 17, 2021
1 parent 5b0457f commit db12a33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Resources/Private/Fusion/Prototypes/NodeLink.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ prototype(CodeQ.Link:NodeLink) < prototype(CodeQ.Link:Link) {
linkType = Carbon.Link:Type {
link = ${carbonLink}
}
label = Carbon.Link:Content {
link = ${carbonLink}
}
label = ${q(this.node).property('title')}
rel = ${this.linkType == 'external' ? 'noopener' : false}
}

0 comments on commit db12a33

Please sign in to comment.