forked from laurens/fediversity_website
		
	Standaard items sorteren op titel
This commit is contained in:
		
							parent
							
								
									632101d108
								
							
						
					
					
						commit
						f5e68a7114
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| {{ define "main" }} | ||||
|   <section> | ||||
|     <ul class="list"> | ||||
|       {{ range .Pages }} | ||||
|       {{ range .Pages.ByTitle }} | ||||
|         <li> | ||||
|           <a class="link" href="{{ .RelPermalink }}" title="{{ .Title }}">{{ .Title }}</a> | ||||
|           <hr class="hr-list"> | ||||
|  |  | |||
		Reference in a new issue