Add trailing slash to doc and downloads
This commit is contained in:
		
							
								
								
									
										1
									
								
								doc.md
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								doc.md
									
									
									
									
									
								
							@@ -1,6 +1,7 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
title: Other documents
 | 
					title: Other documents
 | 
				
			||||||
root: ..
 | 
					root: ..
 | 
				
			||||||
 | 
					permalink: /doc/
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
{% for p in site.doc %}
 | 
					{% for p in site.doc %}
 | 
				
			||||||
* [{{ p.title }}]({% include link.html url=p.url %})
 | 
					* [{{ p.title }}]({% include link.html url=p.url %})
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,8 @@
 | 
				
			|||||||
--- 
 | 
					--- 
 | 
				
			||||||
layout: default 
 | 
					layout: default 
 | 
				
			||||||
title: Downloads
 | 
					title: Downloads
 | 
				
			||||||
 | 
					root: ..
 | 
				
			||||||
 | 
					permalink: /downloads/
 | 
				
			||||||
css:
 | 
					css:
 | 
				
			||||||
- /static/styles/custom/downloads.css
 | 
					- /static/styles/custom/downloads.css
 | 
				
			||||||
js:
 | 
					js:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user