mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
add icon
This commit is contained in:
parent
495d4b3139
commit
32de48ff62
5
feed.xml
5
feed.xml
@ -7,6 +7,11 @@ layout: none
|
||||
<title>arcanis' blog</title>
|
||||
<description>arcanis' blog</description>
|
||||
<link>{{ site.url }}</link>
|
||||
<image>
|
||||
<url>{{ site.url }}/resources/icon.ico</url>
|
||||
<title>Icon</title>
|
||||
<link>{{ site.url }}</link>
|
||||
</image>
|
||||
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
||||
{% for post in site.categories.en limit:10 %}
|
||||
{% if post.tags contains 'offtop' %}
|
||||
|
@ -7,6 +7,11 @@ layout: none
|
||||
<title>arcanis' blog</title>
|
||||
<description>arcanis' blog</description>
|
||||
<link>{{ site.url }}/ru</link>
|
||||
<image>
|
||||
<url>{{ site.url }}/resources/icon.ico</url>
|
||||
<title>Icon</title>
|
||||
<link>{{ site.url }}/ru</link>
|
||||
</image>
|
||||
<atom:link href="{{ site.url }}/ru/feed.xml" rel="self" type="application/rss+xml" />
|
||||
{% for post in site.categories.ru limit:10 %}
|
||||
{% if post.tags contains 'offtop' %}
|
||||
|
Loading…
Reference in New Issue
Block a user