add icon to feed

This commit is contained in:
arcan1s 2014-06-09 19:15:05 +04:00
parent 32de48ff62
commit 72d4ed9124
3 changed files with 6 additions and 2 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -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 %}