Rends les images cliquables
This commit is contained in:
parent
b81729506f
commit
4c26b4aedf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<h3><a href="{{.UrlGet}}">Télécharger</a></h3>
|
||||
<h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3>
|
||||
|
||||
<img src="{{.Url}}" type="{{.ContentType}}" />
|
||||
<a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}"><img src="{{.Url}}" type="{{.ContentType}}" /></a>
|
||||
|
||||
<img id="qr" src="data:image/png;base64,{{.QRCode}}"/>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue