From 0c3f79bb15c9b59a93231a58f5dcf0c3426b524d Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Sat, 10 Sep 2016 00:15:47 +0200 Subject: [PATCH] fixed most footer links --- templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index aba1098..fc99e5f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -127,19 +127,19 @@ <div class="container-fluid"> <ul class="list-inline col-xs-12"> <li> - <a href="#">Vampir</a> + <a href="http://www.fsmpi.rwth-aachen.de/">Fachschaft I/1</a> </li> <li> - <a href="#">Youtube</a> + <a href="http://www.vampir.rwth-aachen.de/">Vampir e.V.</a> </li> <li> - <a href="#">Fachschaft</a> + <a href="https://www.youtube.com/channel/UCxh5snRN7yZyBsytNbGNuEQ">Youtube</a> </li> <li> <a href="#">Facebook</a> </li> <li> - <a href="#">Twitter</a> + <a href="https://twitter.com/rwthvideo">Twitter</a> </li> </div> </footer> -- GitLab