diff options
| author | William Hergès <william@herges.fr> | 2025-12-19 13:04:08 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-12-19 13:04:08 +0100 |
| commit | 90246ee314cfbb6b6f0b43b51e392b6b5293b867 (patch) | |
| tree | 9ae30dafa9b8fc1c75211676b67b6d11172a6296 /backend/templates/data.html | |
| parent | 587f4ff7152dbf82b39f0d9afc61be7a16570686 (diff) | |
Revert "feat(backend): parse description as markdown"
This reverts commit 0c0c6fb6df755d8f53d353e8b941e22a6c474b60.
Diffstat (limited to 'backend/templates/data.html')
| -rw-r--r-- | backend/templates/data.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/data.html b/backend/templates/data.html index 6fe15c4..a384459 100644 --- a/backend/templates/data.html +++ b/backend/templates/data.html @@ -1,7 +1,7 @@ {{define "body"}} <article id="content"> <h1>{{ .DataTitle }}</h1> - {{ .Description }} + <p>{{ .Description }}</p> <figure> <img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}" class="large" /> <figcaption>{{ .Img.Legend }}</figcaption> |
