Skip to content

Commit f3e6d5e

Browse files
committed
Merge pull request mmistakes#47 from JCotton1123/master
Fix link
2 parents f905ddf + 0998766 commit f3e6d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</div>
3636

3737
<div id="index">
38-
<h3><a href="{{ site.url}}/articles/">Recent Posts</a></h3>
38+
<h3><a href="{{ site.url}}/posts/">Recent Posts</a></h3>
3939
{% for post in site.posts limit:5 %}
4040
<article>
4141
{% if post.link %}
@@ -57,4 +57,4 @@ <h2><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.titl
5757
{% include _scripts.html %}
5858

5959
</body>
60-
</html>
60+
</html>

0 commit comments

Comments
 (0)