hexo-theme-yilia-plus icon indicating copy to clipboard operation
hexo-theme-yilia-plus copied to clipboard

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

Open SetsuikiHyoryu opened this issue 4 years ago • 2 comments

❓问题

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

🤔结果 & 预期

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 avatar Oct 04 '20 07:10 SetsuikiHyoryu

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

SetsuikiHyoryu avatar Oct 05 '20 03:10 SetsuikiHyoryu

建议查看主题配置open_in_new属性

JoeyBling avatar Oct 09 '20 01:10 JoeyBling