Skip to content

Commit

Permalink
fix redirect layout
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jul 7, 2024
1 parent 03daa2b commit d8c9f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico" />
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png" />

<meta property="og:type" content="website" />
<meta property="og:site_name" content="Faithful" />
<meta property="og:title" content="Faithful | {{ page.title }}">
Expand All @@ -34,7 +34,7 @@
</head>

<body style="background-color: black; color: white">
<p>If the redirection failed, follow <a href="{{ page.discord }}">this link</a>.</p>
<p>If the redirection failed, follow <a href="{{ page.link }}">this link</a>.</p>
</body>

</html>

0 comments on commit d8c9f92

Please sign in to comment.