diff options
| author | XhmikosR <[email protected]> | 2019-07-18 10:58:52 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-19 09:19:56 +0300 |
| commit | 38557b2fa1dc21736f6ffbaecc7da88dfa968238 (patch) | |
| tree | dc850bd06eb6f37055ba7b2ca19292727597bfed /site | |
| parent | 62b8e849701ed35ada121b0c7060641ee93bb896 (diff) | |
| download | bootstrap-38557b2fa1dc21736f6ffbaecc7da88dfa968238.tar.xz bootstrap-38557b2fa1dc21736f6ffbaecc7da88dfa968238.zip | |
Remove unneeded div.
This is a link.
Diffstat (limited to 'site')
| -rw-r--r-- | site/layouts/partials/docs-sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/docs-sidebar.html b/site/layouts/partials/docs-sidebar.html index d376f3674..d661bf725 100644 --- a/site/layouts/partials/docs-sidebar.html +++ b/site/layouts/partials/docs-sidebar.html @@ -38,7 +38,7 @@ <li class="my-3 mx-4 border-top"></li> <li class="bd-sidenav-group pl-3"> <a class="d-inline-flex align-items-center bd-sidenav-group-link" href="/docs/{{ $.Site.Params.docs_version }}/migration/"> - <div>Migration</div> + Migration </a> </li> </ul> |
