add image size to icon

This commit is contained in:
Set Sakrecoer 2020-12-11 12:56:40 +01:00
parent a989862d5e
commit d91d8a60f3
1 changed files with 3 additions and 1 deletions

View File

@ -14,9 +14,11 @@ title : To Setto Setto RSS Feed
<language>en-US</language>
<generator>https://jekyllrb.com/</generator>
<image>
<url>{{ site.url }}/siteicon.png</url>
<url>{{ site.icon }}</url>
<title>{{ site.title | xml_escape }}</title>
<link>{{ site.url }}</link>
<width>{% imagesize {{ site.icon }}:width %}</width>
<height>{% imagesize {{ site.icon }}:height %}</height>
</image>
<managingEditor>{{ site.publisher.mail }} ({{ site.publisher.name }})</managingEditor>
<copyright>Anti-Copyright 2018 {{ site.title }}</copyright>