un invisible things

This commit is contained in:
lvuch
2018-05-10 12:12:00 -07:00
parent 77ce10ce08
commit 537f93be94
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
{{ partial "breadcrumbs.html" . }}
</article>
<div class="offset-watch invisible"></div>
<aside class="col-sm-3 col-xs-12 unstyled toc-container">
<aside class="col-sm-3 col-xs-12 unstyled toc-container hidden-md">
<h4 class="m-b-0">On this page</h4>
{{ .TableOfContents }}
</aside>
+1 -1
View File
@@ -1,4 +1,4 @@
<div class="tree-nav invisible">
<div class="tree-nav">
<ul>
{{ template "section-tree-nav" ($.Scratch.Get "secondLevel") }}
</ul>