Fix p tags around pure links

This commit is contained in:
2023-01-21 09:08:17 +01:00
parent 31b6cd2bba
commit 2362643b26
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
{{ with .Get "wrap" }}
<p>
{{ end }}
<a target="_blank" class="download" href="{{ .Get "url" }}">
{{ .Inner }}
</a>
{{ with .Get "wrap" }}
</p>
{{ end }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B