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 <[email protected]> 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}}
