Add option to disable TOC
Set `notoc` in [extra].
This commit is contained in:
		@@ -35,7 +35,7 @@
 | 
			
		||||
{% endmacro %}
 | 
			
		||||
 | 
			
		||||
{% macro toc() %}
 | 
			
		||||
	{% if page.toc %}
 | 
			
		||||
	{% if page.toc and not page.extra.notoc %}
 | 
			
		||||
		<ul>
 | 
			
		||||
		{% for h1 in page.toc %}
 | 
			
		||||
			<li>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user