diff options
author | Daniel Isaksen <d@duniel.no> | 2019-04-12 01:23:12 +0200 |
---|---|---|
committer | Daniel Isaksen <d@duniel.no> | 2019-04-12 01:23:12 +0200 |
commit | 2a97bc023e21dccc3fc7ece5af2304d83d8c056d (patch) | |
tree | d106ee75ef545df3ea9a4a92037e4498ca72a1bf /src/partials/footer-content.hbs | |
parent | fbdc2f8de3ef34cc2e2576ce9e38066eb3d4c02b (diff) | |
download | alpine-antora-theme-master.tar.bz2 alpine-antora-theme-master.tar.xz |
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> |