Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion websites/site/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"_appFaviconPath": "logo/favicon.ico",
"_enableSearch": false,
"_appLogoPath": "logo/lucene-net-color.png",
"_appFooter": "Copyright &copy; 2025 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br/> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br/>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>",
"_appFooter": "Copyright &copy; 2025 The Apache Software Foundation, Licensed under the <a href='https://www.apache.org/licenses/' target='_blank'>Apache License, Version 2.0</a><br/> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache logo, and the Apache Lucene.Net project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</small>",
"_gitContribute": {
"repo": "https://github.com/apache/lucenenet",
"branch": "master"
Expand Down
16 changes: 16 additions & 0 deletions websites/site/lucenetemplate/partials/footer.tmpl.partial
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<footer>
<div class="container">
<span class="pull-left">
{{{_appFooter}}}{{^_appFooter}}Copyright &copy; 2025 The Apache Software Foundation{{/_appFooter}}
</span>
<div class="asf-links text-center">
<a href="{{_asfFoundationHref}}">{{_asfFoundationText}}</a> |
<a href="{{_asfEventsHref}}">{{_asfEventsText}}</a> |
<a href="{{_asfLicenseHref}}">{{_asfLicenseText}}</a> |
<a href="{{_asfSecurityHref}}">{{_asfSecurityText}}</a> |
<a href="{{_asfSponsorshipHref}}">{{_asfSponsorshipText}}</a> |
<a href="{{_asfThanksHref}}">{{_asfThanksText}}</a> |
<a href="{{_asfPrivacyHref}}">{{_asfPrivacyText}}</a>
</div>
</div>
</footer>
Loading