From d874a7e2750a3214cdefe753297ff781c7949a37 Mon Sep 17 00:00:00 2001
From: Greg Wilson <gvwilson@third-bit.com>
Date: Mon, 2 May 2016 07:04:25 -0400
Subject: [PATCH] Linking to source in footer

---
 _includes/footer.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_includes/footer.html b/_includes/footer.html
index ccdf6c3..97d12cb 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,6 +3,8 @@
   <div class="col-md-12 footertext">
     Copyright &copy; 2016 Software Carpentry Foundation
     /
+    <a href="{{ site.repo }}">Source</a>
+    /
     <a href="{{ site.root }}/license/">License</a>
     /
     <a href="mailto:{{site.email}}">Contact</a>
-- 
GitLab