borken mail variable
This commit is contained in:
parent
e2a8b47b6c
commit
907e0ad37a
|
@ -4,7 +4,7 @@
|
||||||
<div>
|
<div>
|
||||||
<h4>{{ site.title }}</h4>
|
<h4>{{ site.title }}</h4>
|
||||||
<p>{{ site.description }}
|
<p>{{ site.description }}
|
||||||
<br /><a href="mailto:{{ site.publisher.email }}">{{ site.publisher.email }}</a></p>
|
<br /><a href="mailto:{{ site.publisher.mail }}">{{ site.publisher.mail }}</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
4
feed.xml
4
feed.xml
|
@ -29,9 +29,9 @@ title : To Setto Setto RSS Feed
|
||||||
<itunes:image href="{{ site.url }}{{ site.banner }}" />
|
<itunes:image href="{{ site.url }}{{ site.banner }}" />
|
||||||
<itunes:owner>
|
<itunes:owner>
|
||||||
<itunes:name>{{ site.title | xml_escape }}</itunes:name>
|
<itunes:name>{{ site.title | xml_escape }}</itunes:name>
|
||||||
<itunes:email>{{ site.publisher.email | xml_escape }}</itunes:email>
|
<itunes:email>{{ site.publisher.mail | xml_escape }}</itunes:email>
|
||||||
</itunes:owner>
|
</itunes:owner>
|
||||||
<managingEditor>{{ site.publisher.email }} ({{ site.publisher.name | xml_escape }})</managingEditor>
|
<managingEditor>{{ site.publisher.mail }} ({{ site.publisher.name | xml_escape }})</managingEditor>
|
||||||
<copyright>Anti-Copyright 2018 {{ site.title }}</copyright>
|
<copyright>Anti-Copyright 2018 {{ site.title }}</copyright>
|
||||||
<itunes:subtitle>{{ site.title }}</itunes:subtitle>
|
<itunes:subtitle>{{ site.title }}</itunes:subtitle>
|
||||||
<itunes:category text="Music">
|
<itunes:category text="Music">
|
||||||
|
|
Loading…
Reference in a new issue