Skip to content

Commit

Permalink
category banner
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 1, 2017
1 parent 2a2b2d4 commit d00cfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% for post in site.posts %}
<article class="box-item post-{{post.main-class}}" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
<span class="ribbon">
<a href="{{site.url}}{{site.baseurl}}/category/{{post.main-class}}"><span>{{post.main-class}}</span></a>
<a href="{{site.url}}/category/{{post.main-class}}"><span>{{post.main-class}}</span></a>
</span>
<div class="box-body">
<meta itemprop="datePublished" content="{{post.date | date_to_xmlschema }}">
Expand All @@ -29,4 +29,4 @@ <h2 class="post-title" itemprop="name">
</article>
{% endfor %}
</div>
</main>
</main>

0 comments on commit d00cfae

Please sign in to comment.