refactor: ридми, фавикон

This commit is contained in:
2025-10-25 05:50:03 +03:00
parent 132c045903
commit a9e98e8015
5 changed files with 88 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -16,9 +16,9 @@
<link rel="alternate" type="application/atom+xml" title="" href="{{.FeedURL}}.atom">
<link rel="alternate" type="application/rss+xml" title="" href="{{.FeedURL}}.rss">
{{end}}
<link rel="icon" href="{{AssetUrlPrefix}}/img/rick.svg" type="image/svg+xml">
<link rel="alternate icon" href="{{AssetUrlPrefix}}/img/rick.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="{{AssetUrlPrefix}}/img/rick.svg">
<link rel="icon" href="{{AssetUrlPrefix}}/img/favicon.png" type="image/svg+xml">
<link rel="alternate icon" href="{{AssetUrlPrefix}}/img/favicon.png" type="image/svg+xml">
<link rel="apple-touch-icon" href="{{AssetUrlPrefix}}/img/favicon.png">
{{template "base/head_opengraph" .}}
{{template "base/head_style" .}}
{{template "base/head_script" .}}