forked from laurens/fediversity_website
		
	Kanarie toegepast op lege titels
This commit is contained in:
		
							parent
							
								
									7e0d0d99c6
								
							
						
					
					
						commit
						a324df113e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -20,7 +20,7 @@ | |||
|       {{ range first 50 $byLastMod }} | ||||
|       <tr> | ||||
|         <td>{{ .Lastmod | dateFormat "2006-01-02 15:04:05" }}</td> | ||||
|         <td><a href="{{ .RelPermalink }}">{{ .Title }}</a></td> | ||||
|         <td><a href="{{ .RelPermalink }}">{{ .Title | default .Site.Params.textNoTitle }}</a></td> | ||||
|         {{ if .Site.IsServer }} | ||||
|           <td>{{ with .File }}{{ .Lang }}{{ end }}</td> | ||||
|           <td>{{ with .File }}{{ .Path }}{{ end }}</td> | ||||
|  |  | |||
		Reference in a new issue