Skip to content

Commit f860d60

Browse files
committed
Fix term anchors
1 parent 4cbecf0 commit f860d60

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

hugo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ baseURL = 'https://example.org/'
22
languageCode = 'en-gb'
33
title = 'UK TRE Glossary'
44
theme = 'techdoc'
5+
description = 'UK TRE Glossary'

layouts/shortcodes/glossary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{{- end }}
3333

3434
<tr>
35-
<td id="term-{{ $term | anchorize }}"><a href="#term-{{ $term | anchorize }}">{{ $term }}</td>
35+
<td id="term-{{ $term | anchorize }}"><a href="#term-{{ $term | anchorize }}">{{ $term }}</a></td>
3636
<td>{{ $tag }}</td>
3737
<td>{{ $definition | markdownify }}</td>
3838
</tr>

0 commit comments

Comments
 (0)