Skip to content

Commit

Permalink
inserting - in name post
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-vmartins committed Dec 17, 2016
1 parent b557790 commit 82011a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions _includes/tree-posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<h3>*Posts*</h3>

{% for post in site.posts %}

<article role="article" class="post-item" itemscope="itemscope" itemtype="http:https://schema.org/BlogPosting" itemprop="blogPost">
<div class="content">
<a href="{{ post.url | prepend: site.baseurl }}">
<h2 class="post-title" itemprop="name">{{ post.title }}.md</h2>
<h2 class="post-title" itemprop="name">{{ post.title | replace: ' ','-'}}.md</h2>
</a>
</div>
</article>

{% endfor %}

</div>
</div>
Loading

0 comments on commit 82011a3

Please sign in to comment.