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/11/01 15:46:40 UTC

[lucenenet] 05/05: website: Added target="_blank" to Fork me on GitHub (home page)

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

commit 9bee5f2e88ca29bdca5adeff179772971bb68faf
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Sun Nov 1 22:43:14 2020 +0700

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

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}}