aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/single.html2
-rw-r--r--layouts/index.html2
2 files changed, 2 insertions, 2 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>
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>