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
Docker
如下图所示, 子菜单的名字没有渲染出来 但检查网页静态代码, 可以观察到, 子菜单的ul标签和链接都渲染出来了, 只是缺乏标题文字(如下图所示)
No response
The text was updated successfully, but these errors were encountered:
/area theme /ping @halo-dev/sig-halo
Sorry, something went wrong.
可以确定是主题的问题
theme-earth/templates/modules/footer.html
Line 108 in 04b6c2b
<a th:href="@{${menuItem.status.href}}" class="transition-all hover:text-gray-900 hover:underline dark:hover:text-white" th:text="${menuItem.spec.displayName}" ></a>
这里应该是 menuItem.status.displayName
menuItem.status.displayName
fix: resolve issue with footer menu items not displaying (#169)
cdc5375
Resolve issue with footer menu items not displaying /kind bug Fixes #168 ```release-note 修复页脚菜单项名称可能不显示的问题。 ```
ruibaby
Successfully merging a pull request may close this issue.
系统信息
使用的哪种方式运行?
Docker
发生了什么?
如下图所示, 子菜单的名字没有渲染出来
但检查网页静态代码, 可以观察到, 子菜单的ul标签和链接都渲染出来了, 只是缺乏标题文字(如下图所示)
复现步骤
No response
相关日志输出
No response
附加信息
No response
The text was updated successfully, but these errors were encountered: