Switching logo SVG to PNG.
This commit is contained in:
parent
acfeaa62b8
commit
6e74010b99
2 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
{{ end }}
|
||||
{{ $printstyle := resources.Get "/scss/print.scss" | toCSS | minify }}
|
||||
<link rel="stylesheet" href="{{ $printstyle.Permalink }}" media="print">
|
||||
<link rel="icon" href="/img/logo.svg">
|
||||
<link rel="icon" href="/img/logo.png">
|
||||
{{ hugo.Generator }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="{{ .Page.Description }}">
|
||||
|
|
BIN
static/img/logo.png
Normal file
BIN
static/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Loading…
Reference in a new issue