Update templates/base/head.tmpl
This commit is contained in:
parent
36858b7a70
commit
dbf2b40fbd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<link rel="alternate" type="application/atom+xml" title="" href="{{.FeedURL}}.atom">
|
<link rel="alternate" type="application/atom+xml" title="" href="{{.FeedURL}}.atom">
|
||||||
<link rel="alternate" type="application/rss+xml" title="" href="{{.FeedURL}}.rss">
|
<link rel="alternate" type="application/rss+xml" title="" href="{{.FeedURL}}.rss">
|
||||||
{{end}}
|
{{end}}
|
||||||
<link rel="icon" href="{{AssetUrlPrefix}}/img/favicon.svg" type="image/svg+xml">
|
<link rel="icon" href="{{AssetUrlPrefix}}/img/logo.svg" type="image/svg+xml">
|
||||||
<link rel="alternate icon" href="{{AssetUrlPrefix}}/img/favicon.png" type="image/png">
|
<link rel="alternate icon" href="{{AssetUrlPrefix}}/img/favicon.png" type="image/png">
|
||||||
{{template "base/head_script" .}}
|
{{template "base/head_script" .}}
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue