[Doc] Update template with docfx v2.37.2
[platform/core/csapi/tizenfx.git] / docs / template / tizen / partials / _affix.liquid
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 <div class="hidden-sm col-md-2" role="complementary">
3   <div class="sideaffix">
4     {%- if not _disableContribution -%}
5     <div class="contribution">
6       <ul class="nav">
7         {%- if docurl -%}
8         <li>
9           <a href="{{docurl}}" class="contribution-link">{{__global.improveThisDoc}}</a>
10         </li>
11         {%- endif -%}
12         {%- if sourceurl -%}
13         <li>
14           <a href="{{sourceurl}}" class="contribution-link">{{__global.viewSource}}</a>
15         </li>
16         {%- endif -%}
17       </ul>
18     </div>
19     {%- endif -%}
20     <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
21     <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
22     </nav>
23   </div>
24 </div>