From a483b3a6b8a3e157b40c3336082a71e66ef8a287 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 9 Mar 2019 10:13:44 +0100 Subject: [PATCH] Added toc filter to posts Signed-off-by: Jim Martens --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 94b82c9..ca969c6 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -25,7 +25,7 @@ layout: default
- {{ content }} + {{ content|toc }}