diff --git a/layout/_partial/after-footer.ejs b/layout/_partial/after-footer.ejs index 8861c97..be4e577 100644 --- a/layout/_partial/after-footer.ejs +++ b/layout/_partial/after-footer.ejs @@ -17,7 +17,7 @@ <% } %> -<% if (theme.toc && is_post() && !page.no_toc){ %> +<% if (theme.toc && is_post()){ %> <%- js('/js/tocbot.min') %>