We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbecf0 commit f860d60Copy full SHA for f860d60
2 files changed
hugo.toml
@@ -2,3 +2,4 @@ baseURL = 'https://example.org/'
2
languageCode = 'en-gb'
3
title = 'UK TRE Glossary'
4
theme = 'techdoc'
5
+description = 'UK TRE Glossary'
layouts/shortcodes/glossary.html
@@ -32,7 +32,7 @@
32
{{- end }}
33
34
<tr>
35
- <td id="term-{{ $term | anchorize }}"><a href="#term-{{ $term | anchorize }}">{{ $term }}</td>
+ <td id="term-{{ $term | anchorize }}"><a href="#term-{{ $term | anchorize }}">{{ $term }}</a></td>
36
<td>{{ $tag }}</td>
37
<td>{{ $definition | markdownify }}</td>
38
</tr>
0 commit comments