fix: module listing descriptions
This commit is contained in:
		
							parent
							
								
									cc201afd3a
								
							
						
					
					
						commit
						230f73d607
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
	{{- range $name, $module := .Site.Data.modules -}}
 | 
						{{- range $name, $module := .Site.Data.modules -}}
 | 
				
			||||||
		<tr>
 | 
							<tr>
 | 
				
			||||||
			<td><a href="/docs/types/{{ lower $name }}">{{ $name }}</a></td>
 | 
								<td><a href="/docs/types/{{ lower $name }}">{{ $name }}</a></td>
 | 
				
			||||||
			<td>{{ $module.index.shortDescription }}</td>
 | 
								<td>{{ $module.index.description }}</td>
 | 
				
			||||||
		</tr>
 | 
							</tr>
 | 
				
			||||||
	{{- end -}}
 | 
						{{- end -}}
 | 
				
			||||||
</table>
 | 
					</table>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue