未验证 提交 dc71d86b 编写于 作者: A AlexKaiqi 提交者: GitHub

fix reference

fix ../stylesheets/images/bg-ico.png to ../style/images/bg-ico.png
上级 9155b6a8
......@@ -18,7 +18,7 @@
<div class="item-label">
<div class="item-title"><a href="{{ posts.url }}" title="访问 {{ posts.title }}" data-hover="{{ posts.title }}">{{ posts.title }}</a></div>
<div class="item-meta clearfix">
<div class="item-meta-ico bg-ico-book" style="background: url('stylesheets/images/bg-ico.png') no-repeat;background-size: 40px auto;"></div>
<div class="item-meta-ico bg-ico-book" style="background: url('style/images/bg-ico.png') no-repeat;background-size: 40px auto;"></div>
<div class="item-meta-cat">
<a href="/tags#{{ posts.category }}" title="访问 {{ posts.category }}" data-hover="{{ posts.category }}">{{ posts.category }}</a>
<a href="/archives#{{ posts.date | date: "%Y"}}" title="访问 {{ posts.date | date: "%Y"}}" data-hover="{{ posts.date | date: "%F %H:%M"}}">{{ posts.date | date: "%F %H:%M"}}</a></div>
......@@ -29,4 +29,4 @@
{% endfor %}
</div>
</div>
{% include pagination.html %}
\ No newline at end of file
{% include pagination.html %}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册