summaryrefslogtreecommitdiff
path: root/app/views/footer.html
diff options
context:
space:
mode:
authorHorus_Arch2015-02-14 23:11:57 +0100
committerHorus_Arch2015-02-14 23:11:57 +0100
commit2f9fe2cfad83416647beed9c3c9085d686c43b09 (patch)
treefce1e043672f94cf42f8197079ce6fb3017dade0 /app/views/footer.html
downloadfreemail-2f9fe2cfad83416647beed9c3c9085d686c43b09.tar.gz
Initial commit.
Diffstat (limited to 'app/views/footer.html')
-rw-r--r--app/views/footer.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/views/footer.html b/app/views/footer.html
new file mode 100644
index 0000000..1b06355
--- /dev/null
+++ b/app/views/footer.html
@@ -0,0 +1,19 @@
+ {{if eq .RunMode "dev"}}
+ {{template "debug.html" .}}
+ {{end}}
+ {{range .moreScripts}}
+ <script src="/public/{{.}}" type="text/javascript" charset="utf-8"></script>
+ {{end}}
+<div class="footer">
+ <div class="container">
+ <div class="row">
+ <footer>
+ <p id="copyright-text" align='right'> Copyright 2015 <a class="footer-a" href="//www.iamfabulous.de" title="Maximilian Möhring">Maximilian M&ouml;hring</a></p>
+ </footer>
+ </div>
+ </div>
+</div>
+<script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
+<script src="/static/js/bootstrap.js"></script>
+ </body>
+</html>