mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 18:17:03 +00:00
Add in bootstrap-theme and switch to minified assets
This commit is contained in:
@@ -7,10 +7,11 @@
|
|||||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||||
<title>{{template "title" .}}</title>
|
<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">
|
<link href="public/inbucket.css" rel="stylesheet">
|
||||||
<script src="public/bower_components/jquery/dist/jquery.js"></script>
|
<script src="public/bower_components/jquery/dist/jquery.min.js"></script>
|
||||||
<script src="public/bower_components/bootstrap/dist/js/bootstrap.js"></script>
|
<script src="public/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||||
{{template "script" .}}
|
{{template "script" .}}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user