octopress-feeds 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/assets/includes/entry.xml +1 -1
- data/lib/octopress-feeds/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e97443705b4e220d195b853c0a7c526536c3e0e0
|
4
|
+
data.tar.gz: 995bd7c729bdf8eee9fd0948958c0e1682fdb152
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9be1a6954c02350fea21cf8b0d8016a022e6f0f74c81d25a3a10a4df8c5807da746a5b45ac873daf9e0d8800336c395f8e54df6efb88f430354fa96ef7447109
|
7
|
+
data.tar.gz: a5e5546138a0b52dbdcfc2db43905abb268f3a99ec52117e49c7a8cc1563b0867e351d5bda397455818261191a86a887939a887683534114be19db8fb590f85f
|
data/CHANGELOG.md
CHANGED
data/assets/includes/entry.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
<id>{{ post.id }}</id>
|
9
9
|
<published>{{ post.date_xml }}</published>
|
10
10
|
<updated>{% return post.date_updated_xml || post.date_xml %}</updated>
|
11
|
-
{% if post.author
|
11
|
+
{% if post.author or site.author %}<author>
|
12
12
|
<name>{% return post.author || site.author %}</name>
|
13
13
|
<uri>{% if post.author_site %}{{ post.author_site }}{% else %}{{ site.url | join_url: site.baseurl }}{% endif %}</uri>
|
14
14
|
</author>{% endif %}
|