mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add favicon
This commit is contained in:
@@ -12,15 +12,19 @@
|
|||||||
{{ .Title }}{{ if not .IsHome }} · {{ .Site.Title }}{{end}}
|
{{ .Title }}{{ if not .IsHome }} · {{ .Site.Title }}{{end}}
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="{{ .Permalink }}">
|
<link rel="canonical" href="{{ .Permalink }}">
|
||||||
{{ if .RSSlink }}
|
|
||||||
<link href="/atom.xml" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
|
||||||
<link href="/atom.xml" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
<link rel="stylesheet" href="/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
|
|
||||||
|
<!-- Icons -->
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-precomposed.png">
|
||||||
|
<link rel="shortcut icon" href="/images/favicon.ico">
|
||||||
|
|
||||||
|
{{ if .RSSlink }}
|
||||||
|
<link href="/atom.xml" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||||
|
<link href="/atom.xml" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||||
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
BIN
static/images/apple-touch-icon-precomposed.png
Normal file
BIN
static/images/apple-touch-icon-precomposed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
static/images/favicon.ico
Normal file
BIN
static/images/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 486 B |
Reference in New Issue
Block a user