We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40b877 commit cf09214Copy full SHA for cf09214
lib/templates/html/_sidebar_for_category.html
@@ -7,7 +7,7 @@
7
{{/self.hasPublicLibraries}}
8
9
{{#self.hasPublicMixins}}
10
- <li class="section-title"><a href="{{{library.href}}}#mixins">Mixins</a></li>
+ <li class="section-title"><a href="{{{self.href}}}#mixins">Mixins</a></li>
11
{{#self.publicMixinsSorted}}
12
<li>{{{ linkedName }}}</li>
13
{{/self.publicMixinsSorted}}
0 commit comments