1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Add favicon to bootstrap theme

This commit is contained in:
James Hillyerd
2016-02-22 19:24:37 -08:00
parent bcc36ee965
commit 30fe43dcc7
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -10,6 +10,7 @@
<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/favicon.png" rel="shortcut icon" type="image/png">
<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" .}}