aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/components.html
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-12-19 13:04:08 +0100
committerWilliam Hergès <william@herges.fr>2025-12-19 13:04:08 +0100
commit90246ee314cfbb6b6f0b43b51e392b6b5293b867 (patch)
tree9ae30dafa9b8fc1c75211676b67b6d11172a6296 /backend/templates/components.html
parent587f4ff7152dbf82b39f0d9afc61be7a16570686 (diff)
Revert "feat(backend): parse description as markdown"
This reverts commit 0c0c6fb6df755d8f53d353e8b941e22a6c474b60.
Diffstat (limited to 'backend/templates/components.html')
-rw-r--r--backend/templates/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/components.html b/backend/templates/components.html
index d9a653f..b4ffbe6 100644
--- a/backend/templates/components.html
+++ b/backend/templates/components.html
@@ -7,7 +7,7 @@
<a href="/{{ $uri }}/{{ .Slug }}"><img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}" /></a>
<figcaption>{{ .Img.Legend }}</figcaption>
</figure>
- {{ .Description }}
+ <p>{{ .Description }}</p>
</article>
{{ end }}
<div class="pagination">