Skip to content

Commit

Permalink
new post django content types
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Jul 4, 2015
1 parent 647748d commit 8f5811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Expand Up @@ -34,7 +34,7 @@ <h2>Related Posts</h2>
{% for post in site.related_posts limit:3 %}
<li>
<h3>
<a href="{{ site.baseurl }}{{ post.url }}">
<a href="{{ site.url }}{{ post.url }}">
{{ post.title }}
<small><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time></small>
</a>
Expand Down

0 comments on commit 8f5811a

Please sign in to comment.