footer_custom.html 937 B

123456789101112131415161718192021222324252627282930313233
  1. <!--
  2. Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  3. Exceptions. See /LICENSE for license information.
  4. SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  5. -->
  6. <!--
  7. Used from:
  8. https://github.com/just-the-docs/just-the-docs/blob/main/_includes/components/footer.html
  9. -->
  10. <footer>
  11. <p><a href="#top" id="back-to-top">Back to top</a></p>
  12. <p>
  13. <a
  14. href="https://github.com/carbon-language/carbon-lang/blob/trunk/{{ page.path }}"
  15. id="edit-this-page"
  16. >View on GitHub</a
  17. >
  18. </p>
  19. <p class="text-small">
  20. Part of the Carbon Language project, licensed under the
  21. <a href="https://github.com/carbon-language/carbon-lang/blob/trunk/LICENSE"
  22. >Apache License v2.0 with LLVM Exceptions</a
  23. >.
  24. </p>
  25. <p class="text-small">
  26. This site is hosted on GitHub Pages and uses
  27. <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>.
  28. </p>
  29. </footer>