hexo如何给文章加框
找到hexo/themes/next/source/css/_common/components/post/index.styl
将:
1 | if (hexo-config('motion.transition.post_block')) { |
改为:
1 | if (hexo-config('motion.transition.post_block')) { |
找到hexo/themes/next/source/css/_common/components/post/index.styl
将:
1 | if (hexo-config('motion.transition.post_block')) { |
改为:
1 | if (hexo-config('motion.transition.post_block')) { |