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
如上,谢谢
The text was updated successfully, but these errors were encountered:
@zengAlex 抱歉,不是很清楚你的意思 你是說要新增about&archives在導航欄? 還是你要修改他的css呢
Sorry, something went wrong.
只支持添加page的导航吧。如果想添加其他链接,比如其他站点需要修改代码。 修改文件的路径:layout_partial\nav.ejs 从第27行开始添加:
<li> <a href="你需要导航的链接">some nav</a> </li>
添加完后是这样的:
<li> <a href="<%= config.root %>">Home</a> </li> <li> <a href="你需要导航的链接">some nav</a> </li> <% site.pages.forEach(function(page){ %>
No branches or pull requests
如上,谢谢
The text was updated successfully, but these errors were encountered: