diff options
| author | Horus_Arch | 2015-02-14 23:11:57 +0100 |
|---|---|---|
| committer | Horus_Arch | 2015-02-14 23:11:57 +0100 |
| commit | 2f9fe2cfad83416647beed9c3c9085d686c43b09 (patch) | |
| tree | fce1e043672f94cf42f8197079ce6fb3017dade0 /app/views/footer.html | |
| download | freemail-2f9fe2cfad83416647beed9c3c9085d686c43b09.tar.gz | |
Initial commit.
Diffstat (limited to 'app/views/footer.html')
| -rw-r--r-- | app/views/footer.html | 19 |
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ö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> |
