Skip to content

Commit

Permalink
Update redirect.html
Browse files Browse the repository at this point in the history
  • Loading branch information
keunes committed Nov 23, 2023
1 parent d7eb75c commit a135fc1
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
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="{{ site.lang }}">
<head>
{% t page.title %}
{% t {{ page.title }} %}
{% capture redirect_to %}{% if site.lang != 'en' %}/{{ site.lang }}{% endif %}{{ page.redirect_to }}{% endcapture %}
<meta http-equiv="refresh" content="0; URL={{ redirect_to }}">
</head>
Expand Down

0 comments on commit a135fc1

Please sign in to comment.