Skip to content

Commit b8b627c

Browse files
author
MarcoFalke
committed
remove unused owner.email
1 parent 1755bc8 commit b8b627c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ owner:
2727
name: Bitcoin Core
2828
avatar: bio-photo.jpg
2929
bio: ""
30-
email:
3130
twitter: bitcoincoreorg
3231
github: bitcoin
3332

_layouts/feed.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<author>
99
<name>{{ site.owner.name }}</name>
1010
<uri>{{ site.url }}{{ post.url }}</uri>
11-
{% if site.owner.email %}<email>{{ site.owner.email }}</email>{% endif %}
1211
</author>
1312
{% assign posts=site.posts | where:"lang", page.lang | where:"type", 'posts' %}
1413
{% for post in posts limit:20 %}

0 commit comments

Comments
 (0)