further adding open links in new tab if they point outside

This commit is contained in:
c 2023-06-08 16:12:23 +02:00
parent 25eae4ab3c
commit 5f469787cd
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/" class="nav-link">Git</a></li>
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/" target="_blank" class="nav-link">Git</a></li>
</ul>
</div>
</footer>

View File

@ -11,7 +11,7 @@ nav_pill: resources
</p>
<p>
Code for setting up this game server is available at
<a href="https://git.libregaming.org/onFOSS/Gameserver">git.libregaming.org</a>
<a target="_blank" href="https://git.libregaming.org/onFOSS/Gameserver">git.libregaming.org</a>
and is licensed under the AGPLv3 or later, meaning you are free to use and modify
the code as long as you make the modifications available.
</p>
@ -26,10 +26,10 @@ nav_pill: resources
If you want to run games that are not already in the list, make sure that they are open source so to stay in the spirit on onFOSS.
</p>
<p>
There is a <a href="https://git.libregaming.org/onFOSS/HowToHost/src/branch/main/HowToHost.md">HowToHost</a> document with detailed description how to host a event available.
There is a <a target="_blank" href="https://git.libregaming.org/onFOSS/HowToHost/src/branch/main/HowToHost.md">HowToHost</a> document with detailed description how to host a event available.
</p>
<h2 id="games">Games</h2>
<p>Here is a list of Games that are tested and also in the <a href="https://git.libregaming.org/onFOSS/Gameserver">gameserver script</a>. To include a game to onFOSS it has to be hostable as a dedicated server and should include binaries for Linux, Windows and MacOS. See also the <a href="help.html">Help</a> section for more information about the games.</p>
<p>Here is a list of Games that are tested and also in the <a target="_blank" href="https://git.libregaming.org/onFOSS/Gameserver">gameserver script</a>. To include a game to onFOSS it has to be hostable as a dedicated server and should include binaries for Linux, Windows and MacOS. See also the <a href="help.html">Help</a> section for more information about the games.</p>
<table class="table">
<tbody>
{% assign sorted_games = site.data.games | sort: "title" %}