forked from fediversity/fediversity
		
	fix indentation in output
This commit is contained in:
		
							parent
							
								
									95f7e5e162
								
							
						
					
					
						commit
						d4aa88f759
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -53,7 +53,7 @@ in | |||
|         render-item = item: | ||||
|           if item ? menu then '' | ||||
|             <li>${item.menu.label} | ||||
|             ${lib.indent "  " (item.menu.outputs.html page)} | ||||
|               ${lib.indent "  " (item.menu.outputs.html page)} | ||||
|             </li> | ||||
|           '' | ||||
|           else if item ? page then ''<li><a href="${page.link item.page}">${item.page.title}</a></li>'' | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Valentin Gagarin
							Valentin Gagarin