Skip to content

Commit

Permalink
Fix typo in html end tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Jul 26, 2023
1 parent 018b121 commit 100c118
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 100c118

Please sign in to comment.