Skip to content

Commit f17f9fe

Browse files
author
Sabeen Syed
authored
Merge pull request #9 from BeenzSyed/master
Fix recent posts links
2 parents 75cfb43 + 53e74ab commit f17f9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/sidebar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h4>Recent Posts</h4>
2929
{% for post in site.posts limit:4 %}
3030
<li>
3131
<a href="{{ post.url | prepend: site.baseurl }}"><img src="{{ "/assets/img/blog/thumbs/" | prepend: site.baseurl }}{{ post.thumb }}" alt="Popular Post"></a>
32-
<p><a href="{{ post.url }}">{{ post.title }}</a></p>
32+
<p><a href="{{ post.url | prepend: site.baseurl}}">{{ post.title }}</a></p>
3333
<em>Posted on {{ post.date | date_to_string }}</em>
3434
</li>
3535
{% endfor %}

0 commit comments

Comments
 (0)