footer.tmpl.partial 479 B

1234567891011121314
  1. {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
  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">{{__global.backToTop}}</a>
  8. </span>
  9. {{{_appFooter}}}
  10. {{^_appFooter}}<span>Generated by <strong>DocFX</strong></span>{{/_appFooter}}
  11. </div>
  12. </div>
  13. </footer>