Skip to content

Commit

Permalink
Add logos and licenses on footer
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Jul 30, 2020
1 parent 336cc8f commit 06a35a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added src/img/logo-ccbysa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/logo-gfdl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/partials/footer-content.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<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>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="{{{uiRootPath}}}/img/logo-ccbysa.png" /></a>
<a rel="license" href="https://www.gnu.org/licenses/fdl-1.3.html"><img alt="GNU Free Documentation License" style="border-width:0" src="{{{uiRootPath}}}/img/logo-gfdl.png" /></a>
<br />
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a> and a <a rel="license" href="https://www.gnu.org/licenses/fdl-1.3.html">GNU Free Documentation License 1.3 or later</a>.
</footer>

0 comments on commit 06a35a8

Please sign in to comment.