jekyll-octopod 0.8.3 → 0.8.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/_layouts/feed.xml +2 -1
- data/lib/jekyll-octopod.rb +1 -0
- data/lib/octopod/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b39e882715c0d6abc9f8bad1095c9fe9624c3b5
|
4
|
+
data.tar.gz: 19c5d24ca22e791798f0856cfc3690a077cdc900
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab98929a2cf3cb25c7f1250d5cb6ecbf0df3b36cdcd56b6083f7d2deb7446fc8141332c16c484474ec14d8334b43597fc2b8d2bce68225eb49a171cf119e0fca
|
7
|
+
data.tar.gz: 4e80266745aa26aa525a716cec1eb4fa204bad763a6b6a9599bd6529f4c5271b20d54aadf0c94799da80e038b1640b44153d8fc007b886ca5a57a56bac72b70f
|
data/assets/_layouts/feed.xml
CHANGED
@@ -58,12 +58,13 @@ layout: null
|
|
58
58
|
<item>
|
59
59
|
<title>{{ post.title }} - {{ post.subtitle }}</title>
|
60
60
|
<link>{{ site.url }}{{ post.url }}</link>
|
61
|
+
<atom:link rel="http://podlove.org/deep-link" href="{{ site.url }}/players/{{ post.slug }}"/>
|
61
62
|
<comments>{{ site.url }}{{ post.url }}#disqus_thread</comments>
|
62
63
|
<pubDate>{{ post.date | time_to_rssschema }}</pubDate>
|
63
64
|
{% for category in post.categories %}
|
64
65
|
<category><![CDATA[{{ category }}]]></category>
|
65
66
|
{% endfor %}
|
66
|
-
<guid isPermaLink="false">{{ site.url }}{{ post
|
67
|
+
<guid isPermaLink="false">{{ site.url }}{{ post }}</guid>
|
67
68
|
<description><![CDATA[{{ post.content | expand_urls: site.url | cdata_escape | remove_script_and_audio }}]]></description>
|
68
69
|
<content:encoded><![CDATA[{{ post.content | expand_urls: site.url | cdata_escape | remove_script_and_audio }}]]></content:encoded>
|
69
70
|
{% assign url = download_url | append: '/' | append: post.audio[page.format] %}
|
data/lib/jekyll-octopod.rb
CHANGED
data/lib/octopod/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-octopod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arne Eilermann
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-02-
|
12
|
+
date: 2017-02-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: facets
|