diff options
Diffstat (limited to 'src/partials/footer-content.hbs')
-rw-r--r-- | src/partials/footer-content.hbs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/partials/footer-content.hbs b/src/partials/footer-content.hbs index cdeeb47..994139c 100644 --- a/src/partials/footer-content.hbs +++ b/src/partials/footer-content.hbs @@ -1,4 +1,3 @@ <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>Copyright © 2019 Alpine Linux Development Team. All rights reserved.</p> </footer> |