target="_blank" and fix footer (#361)

* target="_blank" and fix footer

* Add rel="noopener noreferrer"
pull/364/head
David Libeau 2018-03-19 14:06:14 +00:00 committed by Chocobozzz
parent 5d00a3d7aa
commit 9d145133d8
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
</div>
<footer class="row">
<a href="https://github.com/Chocobozzz/PeerTube" title="PeerTube on Github">PeerTube v{{ serverVersion }}</a> -
<a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube licence">CopyLeft 2015-2018</a>
<a href="https://github.com/Chocobozzz/PeerTube" title="PeerTube on Github" target="_blank" rel="noopener noreferrer">PeerTube v{{ serverVersion }}</a> -
<a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2018</a>
</footer>
</div>
</div>