layouts/_default/term.html: use code for element

Use a monospace font for the element name so it is unambiguous.
This commit is contained in:
Alan Orth 2021-12-01 15:11:16 +02:00
parent ac1b61d3dd
commit f42227914f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
{{ with .Params.field }}
<tr>
<td class="col-2 field-name">Suggested element</td>
<td>{{ . }}</td>
<td><code>{{ . }}</code></td>
</tr>
{{ end }}
{{ with .Params.policy }}