Skip to content

Commit

Permalink
Add a footer with a link to the site repo on GitHub
Browse files Browse the repository at this point in the history
Let's make it easy for potential contributors to know how to contribute
to this website by adding a footer and linking to the site repo.

Include '/fork' in the URL so it's even easier.

Closes git#434
  • Loading branch information
phil-blain committed Oct 3, 2020
1 parent ecdc87c commit 42c0637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<hr/>
<p>Contribute to this site by <a href="https://github.com/git/git.github.io/fork">forking it on GitHub!<a/></p>
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{{ content }}

<div class="footer">
<!-- nothing yet -->
{% include footer.html %}
</div>
</div>

Expand Down

0 comments on commit 42c0637

Please sign in to comment.