You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2020/10/24 13:16:51 UTC

[lucenenet] branch master updated: website: Added target="_blank" to Fork me on GitHub

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new 146d7d0  website: Added target="_blank" to Fork me on GitHub
146d7d0 is described below

commit 146d7d052db27d78726697c7c777915abceede25
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Sat Oct 24 20:16:24 2020 +0700

    website: Added target="_blank" to Fork me on GitHub
---
 websites/site/lucenetemplate/layout/_master.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/websites/site/lucenetemplate/layout/_master.tmpl b/websites/site/lucenetemplate/layout/_master.tmpl
index b244170..38d544d 100644
--- a/websites/site/lucenetemplate/layout/_master.tmpl
+++ b/websites/site/lucenetemplate/layout/_master.tmpl
@@ -9,7 +9,7 @@
 <html>
   {{>partials/head}}
   <body data-spy="scroll" data-target="#affix" data-offset="120">
-    <span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
+    <span id="forkongithub"><a href="https://github.com/apache/lucenenet" target="_blank">Fork me on GitHub</a></span>
     <div id="wrapper">
       <header>
         {{^_disableNavbar}}