文件位置:~/blog/themes/next/layout/_macro/sidebar.swig1
2
3
4
5+        <a href="/" class="site-author-image" rel="start" style="border:none">
          <img class="site-author-image" itemprop="image"
               src="{{ url_for( theme.avatar | default(theme.images + '/avatar.gif') ) }}"
               alt="{{ theme.author }}" />
+        </a>
hexo next主题点击侧栏头像回到博客首页
- 本文链接: http://yoursite.com/2017/12/31/hexo-next主题点击侧栏头像回到博客首页/
 - 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 许可协议。转载请注明出处!