We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a172e82 commit cc31573Copy full SHA for cc31573
layouts/docs/glossary.html
@@ -43,7 +43,7 @@ <h1>{{ .Title }}</h1>
43
<div>
44
<div class="term-name"><b>{{ .Title }}</b><a href="{{ printf "#%s" $term_identifier }}" class="permalink hide">LINK</a></div>
45
{{ with .Params.aka }}
46
- {{ T "layouts_docs_glossary_aka" }}:<i>{{ delimit . ", " }}</i>
+ {{ T "layouts_docs_glossary_aka" }}: <i>{{ delimit . ", " }}</i>
47
<br>
48
{{ end }}
49
<span class="preview-text">{{ .Summary }} <a href="javascript:void(0)" class="click-controller no-underline" data-target="{{ .Params.id }}">[+]</a></span>
0 commit comments