~xdavidwu/xdavidwu.link

f3e6d5e53ca67ee04c2f43b2e1c1358506adef0f — Michael Rose 10 years ago f905ddf + 0998766
Merge pull request #47 from JCotton1123/master

Fix link
1 files changed, 2 insertions(+), 2 deletions(-)

M _layouts/home.html
M _layouts/home.html => _layouts/home.html +2 -2
@@ 35,7 35,7 @@
</div>

<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 %}    
  <article>
    {% if post.link %}


@@ 57,4 57,4 @@
{% include _scripts.html %}
  
</body>
</html>
\ No newline at end of file
</html>