Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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