重定向到Jekyll中的页面
问题描述:
我在Jekyll页面中重定向到页面时遇到问题.
I got a problem with redirection to page in Jekyll page.
我无法redirect_to
翻页我通过语法定义的内容:
I can't redirect_to
page what I defined by syntax:
---
permalink: /live/
redirect_to: https://www.youtube.com/c/PiotrKowalskiPiecioshka/live
---
答
任何尝试使用语法redirect_to
的页面都应放置在/redirects/
目录中.
Any page which try use syntax redirect_to
should be placed in /redirects/
directory.
当我有:
redirects/
├── live.md
...重定向有效!