Add page with all posts
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
{% macro list_posts(section, count=0, taxonomy=false) %}
 | 
			
		||||
	{% if taxonomy == false %}
 | 
			
		||||
{% macro list_posts(section=false, count=0, taxonomy=false) %}
 | 
			
		||||
	{% if taxonomy == false and section != false %}
 | 
			
		||||
		{% set section = get_section(path=section~"/_index.md") %}
 | 
			
		||||
	{% endif %}
 | 
			
		||||
	{% for page in section.pages %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user