_includes/footer.html (15 lines of code) (raw):

<!-- Footer --> <div id="footer"> <div class="readable-content"> <!-- Copyrights --> <p class="copyright"> Copyright &copy; {{ 'now' | date: '%Y' }} <a href="http://www.apache.org/">The Apache Software Foundation</a>, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. </p> <!-- Trademarks --> <p class="trademarks"> Apache Guacamole, Guacamole, Apache, the Apache feather logo, and the Apache Guacamole project logo are trademarks or registered trademarks of The Apache Software Foundation. </p> </div> </div>