diff options
| author | horus_arch | 2015-03-19 13:39:37 +0100 |
|---|---|---|
| committer | horus_arch | 2015-03-19 13:39:37 +0100 |
| commit | f334c93c0364d14a2b55641b155ad58f715a4b39 (patch) | |
| tree | 63ffbfc845f441802bd59c07adf2d9fe2f86c4bc /app/views/footer.html | |
| parent | 3c9bdbc66998075278f7d79fa10709e7fab5deb6 (diff) | |
| download | freemail-f334c93c0364d14a2b55641b155ad58f715a4b39.tar.gz | |
Rewriting from scratch.
Diffstat (limited to 'app/views/footer.html')
| -rw-r--r-- | app/views/footer.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app/views/footer.html b/app/views/footer.html deleted file mode 100644 index 1b06355..0000000 --- a/app/views/footer.html +++ /dev/null @@ -1,19 +0,0 @@ - {{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> |
