-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_affix.liquid
More file actions
25 lines (25 loc) · 892 Bytes
/
_affix.liquid
File metadata and controls
25 lines (25 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
{%- if not _disableContribution -%}
<div class="contribution">
<ul class="nav">
{%- if docurl -%}
<li>
<a href="{{docurl}}" class="contribution-link">{{__global.improveThisDoc}}</a>
</li>
{%- endif -%}
{%- if sourceurl -%}
<li>
<a href="{{sourceurl}}" class="contribution-link">{{__global.viewSource}}</a>
</li>
{%- endif -%}
</ul>
</div>
{%- endif -%}
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h4>{{__global.inThisArticle}}</h4>
<div></div>
</nav>
</div>
</div>