html Jekyll重定向页面模板。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Jekyll重定向页面模板。相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="#{item_url}">
<meta http-equiv="refresh" content="0; url=#{item_url}">
<h1>Redirecting…</h1>
<a href="#{item_url}">Click here if you are not redirected.</a>
<script>
  q = (location.search && !location.search.indexOf('?')) ? '' : '?';
  h = (location.hash && !location.hash.indexOf('#')) ? '' : '#';
  location.replace("#{item_url}" + (q + location.search + h + location.hash));
</script>
</html>

以上是关于html Jekyll重定向页面模板。的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Flask 模板中制作重定向按钮

如何重定向到 FreeMarker 模板中的新页面?

Woocommerce 如何从模板重定向挂钩中排除 myaccount 的子页面(端点)?

联系表单提交后如何重定向到感谢页面 - Wordpress 高级主题联系我们 php 模板 [关闭]

如何将 is_staff 用户重定向到 Django 中的自定义模板?

在Django中提交表单后停止页面重定向