Skip to content

Commit

Permalink
Fix typo in html end tag (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored Jul 27, 2023
1 parent d543e08 commit 1a0d4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 class="color-gray-800 weight-700">{% t generic.redirect.title %}</h1>
<div class="row justify-content-center">
<div class="col-lg-12">
<article class="post-content">
<a href="{{ redirect_to }}">{% t generic.redirect.link %}<a>
<a href="{{ redirect_to }}">{% t generic.redirect.link %}</a>
<script>location='{{ redirect_to }}'</script>
</article>
</div>
Expand Down

0 comments on commit 1a0d4d9

Please sign in to comment.