Merge pull request #3167 from Ashus/master
luci-theme-bootstrap: replace the old favicon
This commit is contained in:
commit
3607c819cb
4 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ pagetop = [[
|
|||
<meta name="viewport" content="initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/luci-static/bootstrap/cascade.css?v=git-17.100.70571-29fabe2">
|
||||
<link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="/luci-static/bootstrap/mobile.css?v=git-17.100.70571-29fabe2" type="text/css" />
|
||||
<link rel="shortcut icon" href="/luci-static/bootstrap/favicon.ico">
|
||||
<link rel="shortcut icon" href="/luci-static/bootstrap/favicon.png">
|
||||
<script src="/luci-static/resources/xhr.js?v=git-17.100.70571-29fabe2"></script>
|
||||
</head>
|
||||
<body text=blue>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 733 B |
|
@ -139,7 +139,7 @@
|
|||
<meta name="viewport" content="initial-scale=1.0">
|
||||
<link rel="stylesheet" href="<%=media%>/cascade.css">
|
||||
<link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="<%=media%>/mobile.css" type="text/css" />
|
||||
<link rel="shortcut icon" href="<%=media%>/favicon.ico">
|
||||
<link rel="shortcut icon" href="<%=media%>/favicon.png">
|
||||
<% if node and node.css then %>
|
||||
<link rel="stylesheet" href="<%=resource%>/<%=node.css%>">
|
||||
<% end -%>
|
||||
|
|
Loading…
Reference in a new issue