You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

breadcrumb.tmpl.partial 336 B

123456789
  1. {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
  2. <div class="subnav navbar navbar-default">
  3. <div class="container hide-when-search" id="breadcrumb">
  4. <ul class="breadcrumb">
  5. <li>{{_tocTitle}}</li>
  6. </ul>
  7. </div>
  8. </div>