diff options
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> |