Browse Source

Fix "Fork me on GitHub" ribbon URL

pull/33/merge
Chris Beams 13 years ago
parent
commit
f1cd797fd3
  1. 2
      _includes/project_home_include.md

2
_includes/project_home_include.md

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<div class="billboard-body--wrapper project-body--container" id="quick-start">
<div class="github-fork-ribbon--wrapper">
<div class="github-fork-ribbon">
<a href="{{ site.github_repo_url }}{{ site.baseurl }}">
<a href="{{ site.github_repo_url }}">
<i class="icon icon-github"></i>
Fork me on GitHub
</a>

Loading…
Cancel
Save