forked from mirrors/hugo-tufte
Added favicon
This commit is contained in:
parent
17d2e143e5
commit
dcd87c90f2
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
<meta name="description"
|
||||
content="{{ with .Description }}{{ . }}{{ else }}{{ with .Summary }}{{ . }}{{ else }}{{ .Site.Params.description }}{{end }}{{ end }} ">
|
||||
<link rel="canonical" href="{{ .Permalink }}" />
|
||||
|
||||
<!-- Standard favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="{{"favicon/favicon.ico" | relURL}}">
|
||||
{{ partial "header.includes.html" . }}
|
||||
</head>
|
||||
|
|
BIN
static/favicon/favicon.ico
Normal file
BIN
static/favicon/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue