我index2.md如下減價頁:GitHub的哲基爾無法找到帖子
---
layout: plain
title: Index2
---
test Index2
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
但是這並不能證明我的博客文章
<body>
<div class="wrapper">
<header>
<h1>Nodeclipse.github.io</h1>
<p>Resource for Nodeclipse developers</p>
<p class="view"><a href="https://github.com/Nodeclipse">View My GitHub Profile</a></p>
</header>
<section>
<div>
<p>test Index2</p>
<p> <ul class="posts"></p>
<p> </ul></p>
</div>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
也就是說博客列表爲空。
你的問題似乎是你的''ul塊被解釋爲文本。你在使用'index2.md'中的選項卡嗎?如果是這樣,請嘗試將您的標籤轉換爲空格。 –
是的。但帖子仍然丟失 –