diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-14 17:50:33 +0000 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-14 17:50:33 +0000 |
| commit | 3312977ebeff03edc5b1bc1a2f815cad6a1ba7b8 (patch) | |
| tree | 419617345dba2da3d0b666d5993964ce75904efa /backend/templates/components.html | |
| parent | 8edad5f9aee4625384485ad07180da751858839c (diff) | |
| parent | 0c0c6fb6df755d8f53d353e8b941e22a6c474b60 (diff) | |
Merge pull request '[Feat] Custom replace' (#3) from feat/custom-replace into main
Reviewed-on: https://git.anhgelus.world/anhgelus/small-web/pulls/3
Diffstat (limited to 'backend/templates/components.html')
| -rw-r--r-- | backend/templates/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/components.html b/backend/templates/components.html index b4ffbe6..d9a653f 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> - <p>{{ .Description }}</p> + {{ .Description }} </article> {{ end }} <div class="pagination"> |
