miccall / hexo-theme-Mic_Theme

hexo theme
GNU General Public License v3.0
451 stars 100 forks source link

文章链接跳转问题? #53

Closed LeoCHANGcn closed 6 years ago

LeoCHANGcn commented 6 years ago

比如我在一篇文章的md文件里想给出另一个文章的链接,有设么好办法吗?比如[this article](./../_post/test.md)的形式 还是说只能给部署后的链接啊

miccall commented 6 years ago

不能这样写,这样的写法是错误的。你只能先把前一篇文章提交了,在地址栏复制文章地址才行 @LeoCHANGcn

LeoCHANGcn commented 6 years ago

好的谢谢