Merge pull request #5 from NistorCristian/master

Fix overview learn more url
This commit is contained in:
Oskar Thorén 2019-11-26 12:44:55 +08:00 committed by GitHub
commit 02adbb28c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ layout: default
</div>
<div class="col-lg-4 col-md-6 ml-auto mr-auto">
<div class="btn-holder">
<a href="{{site.url}}{{ site.baseurl }}/vac-overview/" class="btn btn-purple">Learn More</a>
<a href="{{site.url}}{{ site.baseurl }}/vac-overview" class="btn btn-purple">Learn More</a>
</div>
</div>
</div>