forked from tsc-vfl/hugo-page
Fix p tags around pure links
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
{{ with .Get "wrap" }}
|
||||
<p>
|
||||
{{ end }}
|
||||
<a target="_blank" class="download" href="{{ .Get "url" }}">
|
||||
{{ .Inner }}
|
||||
</a>
|
||||
{{ with .Get "wrap" }}
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
BIN
themes/tsc_vfl/static/img/download.png
Normal file
BIN
themes/tsc_vfl/static/img/download.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 536 B |
Reference in New Issue
Block a user