Skip to content

Commit

Permalink
footer: don't need target _blank for get-involved page
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Mar 19, 2024
1 parent b2efe7b commit 7a81eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="https://www.twitter.com/open_fl/" target="_blank"><span class="icon-twitter"></span></a>
<a href="https://www.facebook.com/openfl/" target="_blank"><span class="icon-facebook"></span></a>
<a href="https://github.com/openfl/" target="_blank"><span class="icon-github"></span></a>
<a href="{{ site.baseurl }}/get-involved/" target="_blank"><span class="glyphicon glyphicon-wrench"></span></a>
<a href="{{ site.baseurl }}/get-involved/"><span class="glyphicon glyphicon-wrench"></span></a>
</div>
<p><a href="{{ site.baseurl }}/privacy/" style="padding-right: 12px;">PRIVACY POLICY</a> © 2013&ndash;{{ site.time | date: "%Y" }} OPENFL. ALL RIGHTS RESERVED.</p>
</div>
Expand Down

0 comments on commit 7a81eaf

Please sign in to comment.