Open social links in new tab

This commit is contained in:
Jesús
2021-05-14 13:05:56 -05:00
parent 0e23b3ec7d
commit 4b2675b22a

View File

@@ -224,7 +224,7 @@
<!-- header nav content -->
<div class="navbar is-social-center" itemscope itemtype="https://schema.org/FollowAction">
<a class="navbar-item" href="{{ SOCIAL['diaspora'] }}" itemprop="followee">
<a class="navbar-item" href="{{ SOCIAL['diaspora'] }}" itemprop="followee" rel="noopener noreferrer" target="_blank">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora"/>
@@ -232,7 +232,7 @@
</svg>
</span>
</a>
<a class="navbar-item" href="{{ SOCIAL['gnusocial'] }}" itemprop="followee">
<a class="navbar-item" href="{{ SOCIAL['gnusocial'] }}" itemprop="followee" rel="noopener noreferrer" target="_blank">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial"/>
@@ -240,7 +240,7 @@
</svg>
</span>
</a>
<a class="navbar-item" href="{{ SOCIAL['pump'] }}" itemprop="followee">
<a class="navbar-item" href="{{ SOCIAL['pump'] }}" itemprop="followee" rel="noopener noreferrer" target="_blank">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#pump"/>
@@ -248,7 +248,7 @@
</svg>
</span>
</a>
<a class="navbar-item" href="{{ SOCIAL['mastodon'] }}" itemprop="followee" rel="me">
<a class="navbar-item" href="{{ SOCIAL['mastodon'] }}" itemprop="followee" rel="me noopener noreferrer" target="_blank">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodon"/>
@@ -256,7 +256,7 @@
</svg>
</span>
</a>
<a class="navbar-item" href="{{ SOCIAL['pixelfed'] }}" itemprop="followee">
<a class="navbar-item" href="{{ SOCIAL['pixelfed'] }}" itemprop="followee" rel="noopener noreferrer" target="_blank">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#pixelfed"/>
@@ -264,7 +264,7 @@
</svg>
</span>
</a>
<a class="navbar-item" href="{{ SOCIAL['peertube'] }}" itemprop="followee">
<a class="navbar-item" href="{{ SOCIAL['peertube'] }}" itemprop="followee" rel="noopener noreferrer" target="_blank">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#peertube"/>
@@ -272,7 +272,7 @@
</svg>
</span>
</a>
<a class="navbar-item" href="{{ SOCIAL['mediagoblin'] }}" itemprop="followee">
<a class="navbar-item" href="{{ SOCIAL['mediagoblin'] }}" itemprop="followee" rel="noopener noreferrer" target="_blank">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mediagoblin"/>
@@ -280,7 +280,7 @@
</svg>
</span>
</a>
<a class="navbar-item" href="{{ SOCIAL['matrix'] }}" itemprop="followee">
<a class="navbar-item" href="{{ SOCIAL['matrix'] }}" itemprop="followee" rel="noopener noreferrer" target="_blank">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#matrix"/>