Skip to content

Commit

Permalink
codeasashu#5 Solve a problem with URL reference of category
Browse files Browse the repository at this point in the history
Solve a little problem commented in the issue codeasashu#5 about the missmatch reference between 127.0.0.1 and the real DNS URL.
  • Loading branch information
brunojdo authored Sep 14, 2016
1 parent 4898636 commit 3ca1226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/posts_by_category.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1 id="post-subtitle">Articles by category: <em class="text-muted">{{ page.cate
{% endif %}
{% endif %}
<div class="least-content">{{ post.date | date_to_string }}</div>
<h4 class="list-group-item-heading"><a href="{{ site.baseurl }}/{{ post.url }}">{{ post.title }}</a></h4>
<h4 class="list-group-item-heading"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h4>
<p class="list-group-item-text">{{ post.content | strip_html | truncatewords: 20 }}</p>

</div>
Expand Down

0 comments on commit 3ca1226

Please sign in to comment.