Kanarie toegepast op lege titels
This commit is contained in:
parent
7e0d0d99c6
commit
a324df113e
|
@ -20,7 +20,7 @@
|
||||||
{{ range first 50 $byLastMod }}
|
{{ range first 50 $byLastMod }}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ .Lastmod | dateFormat "2006-01-02 15:04:05" }}</td>
|
<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 }}
|
{{ if .Site.IsServer }}
|
||||||
<td>{{ with .File }}{{ .Lang }}{{ end }}</td>
|
<td>{{ with .File }}{{ .Lang }}{{ end }}</td>
|
||||||
<td>{{ with .File }}{{ .Path }}{{ end }}</td>
|
<td>{{ with .File }}{{ .Path }}{{ end }}</td>
|
||||||
|
|
Reference in a new issue