我正在为 Octopress 使用Slash 主题。
现在,整个页面的左栏中只有日期戳,中间有帖子。
在我的_config.yml
中,我已经尝试了这两个:
default_asides: [asides/about.html]
和这个:
default_asides: [custom/asides/about.html]
我有那个文件在我的source/_includes/custom/asides/
但它根本没有表明这一点。
这是那个的内容about.html
:
<section>
<h1>About Me</h1>
<p>A little something about me.</p>
</section>
想法?