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 1fcc714ea2f13e078ba0b32b13392729353e0754 Author: Shad Storhaug <[email protected]> AuthorDate: Fri Oct 23 14:17:09 2020 +0700 websites/site/lucenetemplate/partials: Moved forkongithub span to navbar.tmpl.partial to produce valid HTML --- websites/site/lucenetemplate/partials/head.tmpl.partial | 1 - websites/site/lucenetemplate/partials/navbar.tmpl.partial | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/websites/site/lucenetemplate/partials/head.tmpl.partial b/websites/site/lucenetemplate/partials/head.tmpl.partial index f3335cd..2a02a27 100644 --- a/websites/site/lucenetemplate/partials/head.tmpl.partial +++ b/websites/site/lucenetemplate/partials/head.tmpl.partial @@ -22,4 +22,3 @@ <link rel="stylesheet" href="/styles/site.css"> </head> -<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span> diff --git a/websites/site/lucenetemplate/partials/navbar.tmpl.partial b/websites/site/lucenetemplate/partials/navbar.tmpl.partial index ab8f519..3f4168b 100644 --- a/websites/site/lucenetemplate/partials/navbar.tmpl.partial +++ b/websites/site/lucenetemplate/partials/navbar.tmpl.partial @@ -1,5 +1,6 @@ {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} +<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span> <nav id="autocollapse" class="navbar ng-scope" role="navigation"> <div class="container"> <div class="navbar-header">
