-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Per-sidebar name link #99
Labels
Comments
为什么会选到中间那句。。😂 另外,我在 Nginx 里将 https://docs.snipaste.com/zh-cn 重定向到 https://docs.snipaste.com/#/zh-cn 了,有没有办法让 https://docs.snipaste.com/zh-cn 被搜索引擎收录到? |
我一直觉得 Google 爬 SPA 的逻辑很迷。。你试试把 <nav style="position: fixed;">
<a href="/">En</a>
<a href="/zh-cn/">中文</a>
</nav> 然后过段时间再试试 |
好的~ |
QingWei-Li
added a commit
that referenced
this issue
Feb 28, 2017
|
顺序反了 |
😂 Thanks~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the name link is placed in the sidebar, it would be nice to be able to speficify different name links on different sidebars. For example:
The text was updated successfully, but these errors were encountered: