Skip to content

Commit bb974ad

Browse files
Adjust link attributes
1 parent 4957814 commit bb974ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Month Navigation</h2>
8484
<a name="{{month.month}}"></a>
8585
<h1>{{month.month}}</h1>
8686
<div ng-repeat="hackathon in month.hacks | filter:applicable">
87-
<a ng-href="{{hackathon.url}}" target="_blank">
87+
<a ng-href="{{hackathon.url}}" target="_blank" rel="noopener noreferrer">
8888
<h2>{{hackathon.title}}</h2>
8989
</a>
9090
<a ng-href="{{hackathon.facebookURL}}" style="margin-right: 5px;" ng-if="hackathon.facebookURL != ''">

0 commit comments

Comments
 (0)