diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 16:54:38 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 16:54:38 +0530 |
commit | cc29a651069fa8ea9c27d6e89ad095164668362c (patch) | |
tree | 85bbf209b2792a50083dc543ccb52f5f13a5aa80 /layouts/_default/single.html | |
parent | a80c83783e7f136b7644cb2789ec267734670c86 (diff) |
removed trailing / from img tags
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index da62135..8313a5e 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,7 +3,7 @@ <div class="section-child"> <div class="img-r"> <a href="/image-ownership-notice/"> - <img src="{{ .Params.img }}" alt="{{ .Params.imgAlt }}"/> + <img src="{{ .Params.img }}" alt="{{ .Params.imgAlt }}"> </a> </div> <p>{{ .Params.imgText }}</p> |