docfx/_exported_templates/default/partials/_footer.liquid (16 lines of code) (raw):
{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
{%- if _appFooter -%}
{{_appFooter}}
{%- else -%}
<span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
{%- endif -%}
</div>
</div>
</footer>