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 0b306b1..7f035af 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,7 +15,7 @@  		<div class='navAreaWrapper'>  			<div class='sticky'>  				{% include navbar.html page="post" %} -				<!-- <Chapters chapters={props.meta.chapters} /> --> +				{% include toc.html content=content %}  			</div>  		</div>  		<!-- <MobileNavbar /> -->  |