Merge pull request #47 from JCotton1123/master

Fix link
This commit is contained in:
Michael Rose 2014-04-15 15:17:36 -04:00
commit f3e6d5e53c

View File

@ -35,7 +35,7 @@
</div> </div>
<div id="index"> <div id="index">
<h3><a href="{{ site.url}}/articles/">Recent Posts</a></h3> <h3><a href="{{ site.url}}/posts/">Recent Posts</a></h3>
{% for post in site.posts limit:5 %} {% for post in site.posts limit:5 %}
<article> <article>
{% if post.link %} {% if post.link %}
@ -57,4 +57,4 @@
{% include _scripts.html %} {% include _scripts.html %}
</body> </body>
</html> </html>