Add a simple favicon
This commit is contained in:
parent
aa449203a4
commit
752eb901ff
2 changed files with 3 additions and 0 deletions
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -16,6 +16,9 @@
|
|||
<link rel="stylesheet" href="{{ $customCss.Permalink }}">
|
||||
<link rel="stylesheet" href="{{ $syntaxCss.Permalink }}">
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
|
||||
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="{{ .Site.Title }}">
|
||||
|
||||
<title>{{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }}</title>
|
||||
|
|
Loading…
Add table
Reference in a new issue