Skip to content
Snippets Groups Projects
Commit fddccbd7 authored by alexisben's avatar alexisben
Browse files

fix definition block

parent ee5df161
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
<div class="definitions">
{{- range .elements }}
<details itemscope itemtype="https://schema.org/DefinedTerm">
<summary itemprop="name">{{ .title }}</summary>
<p itemprop="description">{{ .description }}</p>
<summary itemprop="name">{{ partial "PrepareText" .title }}</summary>
<p itemprop="description">{{ partial "PrepareText" .description }}</p>
</details>
{{ end -}}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment