mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-05 01:13:40 -04:00
Changes shortcut icon format to .ico ... guess why: IE
This commit is contained in:
parent
ede2316f53
commit
f24747e92f
4 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ head
|
|||
title Directory index · styled with {{pkg.name}} {{pkg.version}}
|
||||
meta( name="description", content="Directory index styled with h5ai {{pkg.version}} (http://larsjung.de/h5ai)" )
|
||||
meta( name="viewport", content="width=device-width" )
|
||||
link( rel="shortcut icon", type="image/png", href!="#{h5ai}images/h5ai-16x16.png" )
|
||||
link( rel="shortcut icon", href!="#{h5ai}images/h5ai-16x16.ico" )
|
||||
link( rel="apple-touch-icon", type="image/png", href!="#{h5ai}images/h5ai-48x48.png" )
|
||||
link( rel="stylesheet", href="//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic|Ubuntu:400,700,400italic,700italic" )
|
||||
link( rel="stylesheet", href!="#{h5ai}css/styles.css" )
|
||||
|
|
BIN
src/_h5ai/images/h5ai-16x16.ico
Normal file
BIN
src/_h5ai/images/h5ai-16x16.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -11,7 +11,7 @@ html.no-js( lang="en" )
|
|||
title {{pkg.name}} {{pkg.version}} server details
|
||||
meta( name="description", content="h5ai server details" )
|
||||
meta( name="viewport", content="width=device-width" )
|
||||
link( rel="shortcut icon", type="image/png", href="images/h5ai-16x16.png" )
|
||||
link( rel="shortcut icon", href="images/h5ai-16x16.ico" )
|
||||
link( rel="apple-touch-icon", type="image/png", href="images/h5ai-48x48.png" )
|
||||
link( rel="stylesheet", href="//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic|Ubuntu:400,700,400italic,700italic" )
|
||||
link( rel="stylesheet", href="css/styles.css" )
|
||||
|
|
|
@ -34,7 +34,7 @@ html.no-js( lang="en" )
|
|||
title Directory index · styled with {{pkg.name}} {{pkg.version}}
|
||||
meta( name="description", content="Directory index styled with h5ai {{pkg.version}} (http://larsjung.de/h5ai)" )
|
||||
meta( name="viewport", content="width=device-width" )
|
||||
link( rel="shortcut icon", type="image/png", href!="#{h5ai}images/h5ai-16x16.png" )
|
||||
link( rel="shortcut icon", href!="#{h5ai}images/h5ai-16x16.ico" )
|
||||
link( rel="apple-touch-icon", type="image/png", href!="#{h5ai}images/h5ai-48x48.png" )
|
||||
link( rel="stylesheet", href="//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic|Ubuntu:400,700,400italic,700italic" )
|
||||
link( rel="stylesheet", href!="#{h5ai}css/styles.css" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue