We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d543e08 commit 1a0d4d9Copy full SHA for 1a0d4d9
_layouts/redirect.html
@@ -19,7 +19,7 @@ <h1 class="color-gray-800 weight-700">{% t generic.redirect.title %}</h1>
19
<div class="row justify-content-center">
20
<div class="col-lg-12">
21
<article class="post-content">
22
- <a href="{{ redirect_to }}">{% t generic.redirect.link %}<a>
+ <a href="{{ redirect_to }}">{% t generic.redirect.link %}</a>
23
<script>location='{{ redirect_to }}'</script>
24
</article>
25
</div>
0 commit comments