Skip to content

Commit

Permalink
Trying path-specific redirect with layout
Browse files Browse the repository at this point in the history
  • Loading branch information
temujin9 committed Dec 26, 2023
1 parent c74ffd5 commit 05467e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!DOCTYPE html>
<head>
<meta http-equiv="refresh" content="0; URL='https://t9productions.com{{ page.url }}'" />
</head>
</html>

0 comments on commit 05467e5

Please sign in to comment.