Skip to content

Commit

Permalink
Tweak metadata and localize message
Browse files Browse the repository at this point in the history
  • Loading branch information
rschiang authored Oct 15, 2024
1 parent 45ed3ed commit 51840b7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _layouts/redirect.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh-Hant-TW">
<head>
<meta charset="utf-8">
<!-- Google Tag Manager -->
Expand All @@ -12,9 +12,12 @@

<title>{{ page.title }}</title>
<meta name="description" content="{{ page.description }}">
<meta name="author" content="SITCON">
<meta property="og:title" content="{{ page.title }}">
<meta property="og:description" content="{{ page.description }}">
<meta property="og:image" content="{{ page.image }}">
<meta property="og:site_name" content="SITCON">
<meta property="og:locale" content="zh_TW">
<script>
setTimeout(function() {
window.location.href = "{{ page.redirect_to }}";
Expand All @@ -27,6 +30,6 @@
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<p>Redirecting to <a href="{{ page.redirect_to }}">{{ page.redirect_to }}</a>...</p>
<p>重新導向到 <a href="{{ page.redirect_to }}">{{ page.redirect_to }}</a>⋯⋯</p>
</body>
</html>

0 comments on commit 51840b7

Please sign in to comment.