1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 10:07:02 +00:00

Add in bootstrap-theme and switch to minified assets

This commit is contained in:
James Hillyerd
2015-08-23 19:00:53 -07:00
parent 517c68a6b7
commit 8e6745b8b7

View File

@@ -7,10 +7,11 @@
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>{{template "title" .}}</title>
<link href="public/bower_components/bootstrap/dist/css/bootstrap.css" rel="stylesheet">
<link href="public/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="public/bower_components/bootstrap/dist/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="public/inbucket.css" rel="stylesheet">
<script src="public/bower_components/jquery/dist/jquery.js"></script>
<script src="public/bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="public/bower_components/jquery/dist/jquery.min.js"></script>
<script src="public/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
{{template "script" .}}
</head>
<body>