Merge pull request #631 from rehrar/core-team-post

Fixed blog post and front page blog links
This commit is contained in:
luigi1111 2018-03-01 14:46:14 -05:00 committed by GitHub
commit 1bff5b6914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -118,7 +118,7 @@
{% for post in site.posts limit:2 %}
<div class="row start-xs">
<div class="col">
<p><a href="{{site.baseurl}}/{{ post.url }}">{{ post.title }}</a></p>
<p><a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></p>
</div>
</div>
{% endfor %}