From 42c0637f9a2956241051391648cd1240bb68c8f1 Mon Sep 17 00:00:00 2001 From: Philippe Blain Date: Fri, 2 Oct 2020 20:22:27 -0400 Subject: [PATCH] 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/git.github.io#434 --- _includes/footer.html | 2 ++ _layouts/default.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 _includes/footer.html diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000000..b073ce6d57 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,2 @@ +
+

Contribute to this site by forking it on GitHub!

diff --git a/_layouts/default.html b/_layouts/default.html index 2887d3b7e6..f3ea1f602e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,7 @@ {{ content }}