Better URL handling of nav items
This commit is contained in:
		@@ -24,7 +24,7 @@
 | 
				
			|||||||
		<aside>
 | 
							<aside>
 | 
				
			||||||
			<ul>
 | 
								<ul>
 | 
				
			||||||
				{% for item in config.extra.nav %}
 | 
									{% for item in config.extra.nav %}
 | 
				
			||||||
					<li><a href="{{ item.path }}">{{ item.title }}</a></li>
 | 
										<li><a href="{{ get_url(path=item.path, trailing_slash=true) }}">{{ item.title }}</a></li>
 | 
				
			||||||
				{% endfor %}
 | 
									{% endfor %}
 | 
				
			||||||
			</ul>
 | 
								</ul>
 | 
				
			||||||
			<span class="title">Categories</span>
 | 
								<span class="title">Categories</span>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user