We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f905ddf + 0998766 commit f3e6d5eCopy full SHA for f3e6d5e
_layouts/home.html
@@ -35,7 +35,7 @@
35
</div>
36
37
<div id="index">
38
- <h3><a href="{{ site.url}}/articles/">Recent Posts</a></h3>
+ <h3><a href="{{ site.url}}/posts/">Recent Posts</a></h3>
39
{% for post in site.posts limit:5 %}
40
<article>
41
{% if post.link %}
@@ -57,4 +57,4 @@ <h2><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.titl
57
{% include _scripts.html %}
58
59
</body>
60
-</html>
+</html>
0 commit comments