Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog配置多语言,文章底部版权信息URL不会跟着改变 #1162

Open
3 tasks done
heilongbo opened this issue Dec 18, 2024 · 0 comments
Open
3 tasks done

blog配置多语言,文章底部版权信息URL不会跟着改变 #1162

heilongbo opened this issue Dec 18, 2024 · 0 comments
Labels
🐛 bug Unexpected problem or unintended behavior

Comments

@heilongbo
Copy link

请确认

  • 是当前最新的 Release 版本
  • 本地 hexo clean && hexo s,并且清除浏览器缓存,仍可复现
  • 已经排除是其他 Hexo 插件影响

Bug 描述

复现步骤

该 Bug 复现步骤如下:

我是按照这个blog进行多语言配置。

结构网页底部版权信息网址连接URL还是按默认结构显示,无论显示中文还是英文,URL结构没有改变,但是页面URL访问是可以的。

例如:

https://www.domain.com/t/abc123 (中文)页面显示正常
https://www.domain.com/es/t/abc123 (英文)页面显示正常

但是底部版权信息URL没有改变,一直显示https://www.domain.com/t/abc123

预期的效果是
切换英文页面,底部版权信息URL链接是https://www.domain.com/es/t/abc123

切换中文页面,底部版权信息URL链接是https://www.domain.com/t/abc123

@heilongbo heilongbo added the 🐛 bug Unexpected problem or unintended behavior label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant