diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 5f48490..baf7b57 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,7 +27,7 @@ if (daysold > 90) { <hr /> -{% include toc.html html=content sanitize=true %} +{% include toc.html html=content sanitize=true h_max=3 %} {{content}} |