content/theme/templates/footer.html (9 lines of code) (raw):
<!-- footer -->
<div class="row">
<div class="large-12 medium-12 columns">
<p style="font-style: italic; font-size: 0.8rem; text-align: center;">
Copyright {{ CURRENTYEAR }}, <a href="https://www.apache.org/">The Apache Software Foundation</a>, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
Apache® and the Apache feather logo are trademarks of The Apache Software Foundation.
</p>
</div>
</div>
<script src="/blog/js/bootstrap.bundle.min.js"></script>