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/index.html | |
parent | a80c83783e7f136b7644cb2789ec267734670c86 (diff) |
removed trailing / from img tags
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 87a2219..ddcb565 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -27,7 +27,7 @@ <!-- remove the <a> tag if the image shouldn't be a hyperlink --> <!-- <a href="{{ .Params.imgLink }}"> - <img src="{{ .Params.img }}" alt="{{ .Params.imgAlt }}"/> + <img src="{{ .Params.img }}" alt="{{ .Params.imgAlt }}"> </a> </div> </div> |