_footer.liquid 545 B

12345678910111213141516
  1. {% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
  2. <footer>
  3. <div class="grad-bottom"></div>
  4. <div class="footer">
  5. <div class="container">
  6. <span class="pull-right">
  7. <a href="#top">Back to top</a>
  8. </span>
  9. {%- if _appFooter -%}
  10. {{_appFooter}}
  11. {%- else -%}
  12. <span>Copyright © Microsoft.<br>Generated by <strong>DocFX</strong></span>
  13. {%- endif -%}
  14. </div>
  15. </div>
  16. </footer>