add image size to icon
This commit is contained in:
parent
a989862d5e
commit
d91d8a60f3
4
feed.xml
4
feed.xml
|
@ -14,9 +14,11 @@ title : To Setto Setto RSS Feed
|
||||||
<language>en-US</language>
|
<language>en-US</language>
|
||||||
<generator>https://jekyllrb.com/</generator>
|
<generator>https://jekyllrb.com/</generator>
|
||||||
<image>
|
<image>
|
||||||
<url>{{ site.url }}/siteicon.png</url>
|
<url>{{ site.icon }}</url>
|
||||||
<title>{{ site.title | xml_escape }}</title>
|
<title>{{ site.title | xml_escape }}</title>
|
||||||
<link>{{ site.url }}</link>
|
<link>{{ site.url }}</link>
|
||||||
|
<width>{% imagesize {{ site.icon }}:width %}</width>
|
||||||
|
<height>{% imagesize {{ site.icon }}:height %}</height>
|
||||||
</image>
|
</image>
|
||||||
<managingEditor>{{ site.publisher.mail }} ({{ site.publisher.name }})</managingEditor>
|
<managingEditor>{{ site.publisher.mail }} ({{ site.publisher.name }})</managingEditor>
|
||||||
<copyright>Anti-Copyright 2018 {{ site.title }}</copyright>
|
<copyright>Anti-Copyright 2018 {{ site.title }}</copyright>
|
||||||
|
|
Loading…
Reference in a new issue