summaryrefslogtreecommitdiffstats
path: root/layouts/partials/sidebar-toc.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sidebar-toc.html')
-rw-r--r--layouts/partials/sidebar-toc.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/partials/sidebar-toc.html b/layouts/partials/sidebar-toc.html
index 5f4ff7e..0e9f1fb 100644
--- a/layouts/partials/sidebar-toc.html
+++ b/layouts/partials/sidebar-toc.html
@@ -13,11 +13,6 @@
{{ $toc = $toc | replaceRE "(<[/]?ul>|<[/]?ol>|<[/]?li>)" "" | safeHTML }}
{{ $toc = $toc | replaceRE `<a href="(.*)">(.*)</a>` `<a class="sidebar-nav-item sidebar-nav-item-toc" href="$1">$2</a>` | safeHTML }}
- {{ if ne .Params.annotations false }}
- {{ $annotation := (partial "hypothesis.html" .) }}
- {{ $toc = $toc | replaceRE `<nav class="sidebar-nav">` (printf `<nav class="sidebar-nav">%s` $annotation) | safeHTML }}
- {{ end }}
-
{{ $home := printf `<a class="sidebar-nav-item" href="%s">%s</a>` site.Home.RelPermalink (i18n "home") | safeHTML }}
{{ $toc = $toc | replaceRE `<nav class="sidebar-nav">` (printf `<nav class="sidebar-nav">%s` $home) | safeHTML }}