aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-27 12:04:26 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-27 12:04:26 +0100
commitec37fb176a370bc742f71948771966323b5985d6 (patch)
tree553e1c63816bc10e0ec2743fad5c6f4abd515dbe /_includes/footer.html
parent9de298f0a2aa781c008e8268f97b95d7f5819335 (diff)
Add link to GitLab in footer
Signed-off-by: Noah Loomans <noahloomans@gmail.com>
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index dbba7de..3dfe1b0 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,4 +1,7 @@
<footer>
<p>&copy; Noah Loomans 2017</p>
- <p>This website is open-source under the MIT licence, and hosted on GitLab.</p>
+ <p>
+ This website is open-source under the MIT licence, and hosted on
+ <a href="https://gitlab.com/nloomans/noahloomans.com">GitLab</a>.
+ </p>
</footer>