Skip to content

Commit 42c0637

Browse files
committed
Add a footer with a link to the site repo on GitHub
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
1 parent ecdc87c commit 42c0637

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_includes/footer.html

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<hr/>
2+
<p>Contribute to this site by <a href="https://github.com/git/git.github.io/fork">forking it on GitHub!<a/></p>

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{{ content }}
2424

2525
<div class="footer">
26-
<!-- nothing yet -->
26+
{% include footer.html %}
2727
</div>
2828
</div>
2929

0 commit comments

Comments
 (0)