mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 23:37:19 +00:00
add icon to feed
This commit is contained in:
parent
32de48ff62
commit
72d4ed9124
4
feed.xml
4
feed.xml
@ -8,9 +8,11 @@ layout: none
|
|||||||
<description>arcanis' blog</description>
|
<description>arcanis' blog</description>
|
||||||
<link>{{ site.url }}</link>
|
<link>{{ site.url }}</link>
|
||||||
<image>
|
<image>
|
||||||
<url>{{ site.url }}/resources/icon.ico</url>
|
<url>{{ site.url }}/resources/icon.png</url>
|
||||||
<title>Icon</title>
|
<title>Icon</title>
|
||||||
<link>{{ site.url }}</link>
|
<link>{{ site.url }}</link>
|
||||||
|
<height>50</height>
|
||||||
|
<width>50</width>
|
||||||
</image>
|
</image>
|
||||||
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
||||||
{% for post in site.categories.en limit:10 %}
|
{% for post in site.categories.en limit:10 %}
|
||||||
|
BIN
resources/icon.png
Normal file
BIN
resources/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
@ -8,9 +8,11 @@ layout: none
|
|||||||
<description>arcanis' blog</description>
|
<description>arcanis' blog</description>
|
||||||
<link>{{ site.url }}/ru</link>
|
<link>{{ site.url }}/ru</link>
|
||||||
<image>
|
<image>
|
||||||
<url>{{ site.url }}/resources/icon.ico</url>
|
<url>{{ site.url }}/resources/icon.png</url>
|
||||||
<title>Icon</title>
|
<title>Icon</title>
|
||||||
<link>{{ site.url }}/ru</link>
|
<link>{{ site.url }}/ru</link>
|
||||||
|
<height>50</height>
|
||||||
|
<width>50</width>
|
||||||
</image>
|
</image>
|
||||||
<atom:link href="{{ site.url }}/ru/feed.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="{{ site.url }}/ru/feed.xml" rel="self" type="application/rss+xml" />
|
||||||
{% for post in site.categories.ru limit:10 %}
|
{% for post in site.categories.ru limit:10 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user