]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Edit external links to open in new tabs
authorFatih Mustafa Buçak <32177116+fatihbucak@users.noreply.github.com>
Tue, 7 Jan 2020 22:12:51 +0000 (01:12 +0300)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 7 Jan 2020 22:18:07 +0000 (22:18 +0000)
These external links were opened in same tabs. I think they should be opened in new tabs just like other external links.

docs/_includes/footer/about.html

index 97d39d8eeb3eee78163642a87d9ce5aaac3dfefc..3d14e46e0aa2fd6b83de6820aa3be00244db495f 100644 (file)
@@ -7,7 +7,7 @@
 </div>
 
 <div class="bd-footer-tsp">
-  Source code licensed <a href="https://opensource.org/licenses/mit-license.php">MIT</a>.
+  Source code licensed <a href="https://opensource.org/licenses/mit-license.php" target="_blank">MIT</a>.
   <br>
-  Website content licensed <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>
+  Website content licensed <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a>
 </div>