diff options
Diffstat (limited to 'setup.go')
| -rw-r--r-- | setup.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -88,7 +88,8 @@ func populateDictionary(rawDictionary string, db *sql.DB) error { <ol>{{ range .Senses}} <li class=sense>{{ .Sense }}<br> {{ if .Example }}<ul><li><i>{{ .Example }}</i></li></ul></li>{{ end }} -{{ end }}</ol>`) +{{ end }}</ol> +{{ if .Etymology }}<p><i>Étymologie: {{ .Etymology }}</i>{{ end }}`) if err != nil { panic(err) } |
