diff options
Diffstat (limited to 'tmpl/term.html')
-rw-r--r-- | tmpl/term.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmpl/term.html b/tmpl/term.html index 36f8f4fc..6185ca25 100644 --- a/tmpl/term.html +++ b/tmpl/term.html @@ -28,10 +28,16 @@ </div> <div class="term-glossary"> + {{#if glossary.[1]}} <ol> {{#each glossary}} <li><span>{{.}}</span></li> {{/each}} </ol> + {{else}} + <p> + {{glossary.[0]}} + </p> + {{/if}} </div> </div> |