website: Added target="_blank" to Fork me on GitHub (home page)
diff --git a/websites/site/lucenetemplate/index.html.tmpl b/websites/site/lucenetemplate/index.html.tmpl
index 954f3d8..489bc93 100644
--- a/websites/site/lucenetemplate/index.html.tmpl
+++ b/websites/site/lucenetemplate/index.html.tmpl
@@ -8,7 +8,7 @@
 <html lang="en">
   {{>partials/head-content}}
   <body id="homepage" data-spy="scroll" data-target="#affix">
-  <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>
         {{>partials/navbar}}