This is an automated email from the ASF dual-hosted git repository. ctargett pushed a commit to branch jira/solr-15556-antora in repository https://gitbox.apache.org/repos/asf/solr.git
commit 7f611b6757d29fbac8e7bb3d948ed1c23271679d Author: Cassandra Targett <[email protected]> AuthorDate: Sun Dec 12 18:16:04 2021 -0600 Move footer to below the article only; change text for ASF --- solr/solr-ref-guide/ui/src/layouts/default.hbs | 1 - solr/solr-ref-guide/ui/src/partials/article.hbs | 2 ++ solr/solr-ref-guide/ui/src/partials/footer-content.hbs | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/solr/solr-ref-guide/ui/src/layouts/default.hbs b/solr/solr-ref-guide/ui/src/layouts/default.hbs index c5282ec..85d3add 100644 --- a/solr/solr-ref-guide/ui/src/layouts/default.hbs +++ b/solr/solr-ref-guide/ui/src/layouts/default.hbs @@ -6,6 +6,5 @@ <body class="article{{#with (or page.attributes.role page.role)}} {{{this}}}{{/with}}"> {{> header}} {{> body}} -{{> footer}} </body> </html> diff --git a/solr/solr-ref-guide/ui/src/partials/article.hbs b/solr/solr-ref-guide/ui/src/partials/article.hbs index 81dac29..1091ce2 100644 --- a/solr/solr-ref-guide/ui/src/partials/article.hbs +++ b/solr/solr-ref-guide/ui/src/partials/article.hbs @@ -4,4 +4,6 @@ {{/with}} {{{page.contents}}} {{> pagination}} +{{> footer}} + </article> diff --git a/solr/solr-ref-guide/ui/src/partials/footer-content.hbs b/solr/solr-ref-guide/ui/src/partials/footer-content.hbs index cdeeb47..c1b8cfa 100644 --- a/solr/solr-ref-guide/ui/src/partials/footer-content.hbs +++ b/solr/solr-ref-guide/ui/src/partials/footer-content.hbs @@ -1,4 +1,5 @@ <footer class="footer"> - <p>This page was built using the Antora default UI.</p> - <p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p> + +<p> ©{{ site.solr-attributes.build-year }} Apache Software Foundation. All rights reserved. <br /> +</p> </footer>
