Skip to content

Commit 1a0d4d9

Browse files
authored
Fix typo in html end tag (#258)
1 parent d543e08 commit 1a0d4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/redirect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class="color-gray-800 weight-700">{% t generic.redirect.title %}</h1>
1919
<div class="row justify-content-center">
2020
<div class="col-lg-12">
2121
<article class="post-content">
22-
<a href="{{ redirect_to }}">{% t generic.redirect.link %}<a>
22+
<a href="{{ redirect_to }}">{% t generic.redirect.link %}</a>
2323
<script>location='{{ redirect_to }}'</script>
2424
</article>
2525
</div>

0 commit comments

Comments
 (0)