Browse Source

Populate "Fork me on GitHub" ribbon URL

pull/33/merge
Chris Beams 13 years ago
parent
commit
00119e8b87
  1. 4
      _includes/project_home_include.md

4
_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="#">
<a href="{{ site.github_repo_url }}{{ site.baseurl }}">
<i class="icon icon-github"></i>
Fork me on GitHub
</a>
@ -17,4 +17,4 @@ Fork me on GitHub @@ -17,4 +17,4 @@ Fork me on GitHub
</div>
<div class="span4">{% include project_sidebar.md %}</div>
</div>
</div>
</div>

Loading…
Cancel
Save