We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
updated
如题,根据
hexo-theme-fluid/layout/post.ejs
Line 18 in 94049b2
建议在配置updated中增加设置项,控制”本文最后更新于“横幅的显示逻辑:永久显示/按需显示/禁止显示
直接移除compare_date(page.date, page.updated)?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请描述该需求尝试解决的问题
如题,根据
hexo-theme-fluid/layout/post.ejs
Line 18 in 94049b2
目前似乎只有date和updated两个时间不一样的时候才会显示”本文最后更新于“。而我希望可以使这个横幅永久显示,这样可以有效提醒读者文章的时效性,不管此文章是否曾更新过。
请描述您认为可行的解决方案
建议在配置
updated
中增加设置项,控制”本文最后更新于“横幅的显示逻辑:永久显示/按需显示/禁止显示考虑过的替代方案
直接移除compare_date(page.date, page.updated)?
The text was updated successfully, but these errors were encountered: