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>
考え?