Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{{ range sort $.Site.Data.glossary.entries "term" }}
<div>
<ul>
<li><a href="#{{ lower .term }}" class="">{{ .term }}</a></li>
</ul>
</div>
{{ end }}
<div class="flex-1 mt-8">
<h2 class="mt-2 mb-0">{{ .term }}</h2>
<p>{{ .description }}</p>
<ul class="mb-4">
<li>Read More: <a data-track="{{ .term | urlize }}-read-more" href="{{ .link }}" class="">{{ .term }}</a></li>