hexo-theme-yilia-plus
hexo-theme-yilia-plus copied to clipboard
請問是想在新窗口中展開全文是要修改哪個文件
❓问题
文章的展開全文默認是當前窗口打開 ,我想在新窗口中打開,但是不知道改哪個文件的哪個屬性。
🤔结果 & 预期
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
我已經找到了,使用F12查看出處,再到layout文件夾内搜索,找到並把對應的layout文件的<a href='xxx'>
修改爲<a href='xxx' targe='_blank'>
建议查看主题配置open_in_new
属性