Skip to content

Commit 0e72af2

Browse files
Merge pull request #167 from InnerSourceCommons/hotfix/close-unclosed-anchor
hotfix: close anchor
2 parents 010ef6b + 61500b2 commit 0e72af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/gathering-theme/layouts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ <h2>Upcoming Events</h2>
115115
<div class="blog-item card border-0 mb-5 mb-lg-0">
116116
<a href="{{ .url| absURL }}">
117117
<img src="{{ .image | absURL }}" class="img-fluid" ></img>
118+
</a>
118119
</div>
119120
</div>
120121
{{ end }}

0 commit comments

Comments
 (0)