This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 40a447aa3ffeef13c06044a2b43bb823ce5c287e Author: danhaywood <[email protected]> AuthorDate: Wed Jan 17 10:03:12 2024 +0000 CAUSEWAY-3677 : fixes copyright confusion with template credit --- antora/supplemental-ui/index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/antora/supplemental-ui/index.html b/antora/supplemental-ui/index.html index ffcaaa33f6..f7512cbfae 100644 --- a/antora/supplemental-ui/index.html +++ b/antora/supplemental-ui/index.html @@ -701,18 +701,18 @@ docker run -p 8080:8080 apache/causeway-app-demo-jdo:latest</pre> </div> <div class="col-md-4"> - <div class="copyright"> - Bootstrap Template © Copyright <strong>Reveal</strong>. All Rights Reserved - </div> - <div class="credits"> - <!-- - All the links in the footer should remain intact. - You can delete the links only if you purchased the pro version. - Licensing information: https://bootstrapmade.com/license/ - Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Reveal - --> - Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> - </div> + <div class="copyright"> + Website <a href="https://bootstrapmade.com/reveal-bootstrap-corporate-template/">template</a> + </div> + <div class="credits"> + <!-- + All the links in the footer should remain intact. + You can delete the links only if you purchased the pro version. + Licensing information: https://bootstrapmade.com/license/ + Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Reveal + --> + designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> + </div> </div> </div>
