diff --git a/pages/category.html b/pages/category.html index 67037f3..6431d2f 100644 --- a/pages/category.html +++ b/pages/category.html @@ -60,8 +60,9 @@
{{index .Translation "category image"}} | {{index .Translation "category todo"}} | +{{index .Translation "category image"}} | {{index .Translation "category created"}} | {{index .Translation "category due"}} | {{ range .Data.Todos }} {{ if not .IsDone }} -||
---|---|---|---|---|---|---|
{{ .Text }} | + {{ else }} +{{ printf "%.25s" .Text }}...... | + {{ end }} + {{ if not .Image }}{{ .Text }} | +{{ .TimeCreated }} | {{ .Due }} | @@ -160,7 +169,7 @@ -