diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/sidebar.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 62c93c5..22c8405 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -22,7 +22,11 @@ </a> {{- end }} - {{- /* TODO: Add hypothesis support */ -}} + <span class="hypothesis-container"> + <a class="sidebar-nav-item" id="hypothesis-link"> + {{ i18n "annotate" }} + </a> + </span> {{- with site.Menus.feeds }} <div class="sidebar-nav-item"> |
