From 228105d22996e6dceb9e6668922356aaef08dc64 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Thu, 30 Aug 2018 10:37:58 -0700 Subject: [PATCH] frontend: add link to github repo from footer Signed-off-by: Ahmet Alp Balkan --- src/frontend/templates/footer.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/frontend/templates/footer.html b/src/frontend/templates/footer.html index 881b7cd..0ca31e1 100644 --- a/src/frontend/templates/footer.html +++ b/src/frontend/templates/footer.html @@ -1,7 +1,12 @@ {{ define "footer" }}
-

© 2018 Google Inc

+

+ © 2018 Google Inc + + (Source Code) + +

This website is hosted for demo purposes only. It is not an @@ -12,7 +17,6 @@ {{ if $.session_id }}session-id: {{ $.session_id }}
{{end}} {{ if $.request_id }}request-id: {{ $.request_id }}
{{end}}
-