mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2024-11-09 12:10:04 +00:00
fix: paths to favicons
This commit is contained in:
parent
5660276d92
commit
ac94d0293f
1 changed files with 8 additions and 4 deletions
|
@ -7,10 +7,10 @@
|
|||
<meta name="description" content="{{ .Description }}" />
|
||||
<meta name="keywords" content="{{ .Keywords }}" />
|
||||
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/revuo-icon_1.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon_1.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32_1.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16_1.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/revuo-icon_1.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon_1.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32_1.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16_1.png" />
|
||||
|
||||
<meta name="application-name" content="{{ .Site.Title }}" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
|
@ -23,6 +23,10 @@
|
|||
<meta property="og:site_name" content="{{ .Site.Title }}" />
|
||||
<meta property="og:title" content="{{ .Title }}" />
|
||||
|
||||
{{ with .OutputFormats.Get "rss" -}}
|
||||
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
|
||||
{{ end }}
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context" : "http://schema.org",
|
||||
|
|
Loading…
Reference in a new issue