Skip to content

Commit 41d3d21

Browse files
authored
Merge pull request #14942 from nextcloud/fix/follow-us-links-new-tab
fix: open Follow us footer links in a new tab
2 parents fdf5de2 + 5620b1e commit 41d3d21

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

build/index-template.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -283,14 +283,14 @@ <h1>Interact</h1>
283283
<div class="col-sm-2">
284284
<h1>Follow us</h1>
285285
<ul>
286-
<li><a href="https://nextcloud.com/blog/">Blog</a></li>
287-
<li><a href="https://www.facebook.com/Nextclouders/">Facebook</a></li>
288-
<li><a href="https://x.com/nextclouders">X</a></li>
289-
<li><a href="https://instagram.com/nextclouders">Instagram</a></li>
290-
<li><a href="https://www.linkedin.com/company/10827569/">LinkedIn</a></li>
291-
<li><a href="https://youtube.com/nextcloud">YouTube</a></li>
292-
<li><a href="https://mastodon.xyz/@nextcloud">Mastodon</a></li>
293-
<li><a href="https://nextcloud.com/feed/">Feed</a></li>
286+
<li><a href="https://nextcloud.com/blog/" target="_blank" rel="noopener noreferrer">Blog</a></li>
287+
<li><a href="https://www.facebook.com/Nextclouders/" target="_blank" rel="noopener noreferrer">Facebook</a></li>
288+
<li><a href="https://x.com/nextclouders" target="_blank" rel="noopener noreferrer">X</a></li>
289+
<li><a href="https://instagram.com/nextclouders" target="_blank" rel="noopener noreferrer">Instagram</a></li>
290+
<li><a href="https://www.linkedin.com/company/10827569/" target="_blank" rel="noopener noreferrer">LinkedIn</a></li>
291+
<li><a href="https://youtube.com/nextcloud" target="_blank" rel="noopener noreferrer">YouTube</a></li>
292+
<li><a href="https://mastodon.xyz/@nextcloud" target="_blank" rel="noopener noreferrer">Mastodon</a></li>
293+
<li><a href="https://nextcloud.com/feed/" target="_blank" rel="noopener noreferrer">Feed</a></li>
294294
</ul>
295295
</div>
296296
</div>

0 commit comments

Comments
 (0)