JoeyBling / hexo-theme-yilia-plus

一个简洁优雅的hexo主题 A simple and elegant theme for hexo.
https://zhousiwei.gitee.io/yilia-plus-demo/
MIT License
738 stars 174 forks source link

請問是想在新窗口中展開全文是要修改哪個文件 #68

Open SetsuikiHyoryu opened 4 years ago

SetsuikiHyoryu commented 4 years ago

❓问题

文章的展開全文默認是當前窗口打開 ,我想在新窗口中打開,但是不知道改哪個文件的哪個屬性。

🤔结果 & 预期

Please describe what you expected to see.(请描述一下你希望看到什么)

🐥环境 & 设置

Node.js & npm version

Your site _config.yml (Optional)

Your theme _config.yml (Optional)

Your browsers (Optional)

The browser you use

Your OSes (Optional)

what platforms (operating systems and devices) are affected?

🙋Others

SetsuikiHyoryu commented 4 years ago

我已經找到了,使用F12查看出處,再到layout文件夾内搜索,找到並把對應的layout文件的<a href='xxx'>修改爲<a href='xxx' targe='_blank'>

JoeyBling commented 4 years ago

建议查看主题配置open_in_new属性