summaryrefslogtreecommitdiff
path: root/app/views/footer.html
blob: 1b06355997bef0fec4129d4617ca0274f6d7a401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>