tema_revista 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27844532efab339b2892146b24c515efc3786a8fd48ceed90c2a788e11fd6d85
4
- data.tar.gz: 0bba776f027297ddfb17332e584982546854cac57582cdfae7bfd03e6c359ed1
3
+ metadata.gz: c50cb72affd72c83b9fce7a2a32feeb49f35eeaab6ebc6b760c96da7788d8472
4
+ data.tar.gz: 4b71e4d251328ce9798d2861499901e8719d1eed37a93880d9ab87bffb8e44d8
5
5
  SHA512:
6
- metadata.gz: d2417f35a3bd467e37b65086944af70a6560e96096762cfcd083b219a9744a4af37346c1ce50554e677ffed9ed34a73b31e1af10d6348a22524c95f065706cf3
7
- data.tar.gz: ab43cd6a06debda2108c21252fa63806b05e9193f9b84cf05dd6999855b6d0f06b864fbac1acbea567d7cba0de739f26f9826b4a5d72e30e2c22826abcbcd80c
6
+ metadata.gz: b21fbb578b3bfc85a34ceebb35b500ec3a8fcb5e779c4c8a86cda10049da1860e3242882bac2c000ba67501f8e862894e3affd3bd264c052ab0b60a049b82bd4
7
+ data.tar.gz: e29db1225b3d022ffad531db4db540838930e6ec0f86ad8aa686cae5d0d602f4abdb0000fc537d842ff07f6d7a02533a29b0d88cec63068395a4fc8578f7f10f
data/_layouts/author.html CHANGED
@@ -16,7 +16,7 @@ layout: default
16
16
  {{ content }}
17
17
  </div>
18
18
 
19
- {% assign author_posts = site.posts | where:"author",page.id %}
19
+ {% assign author_posts = site.posts | where:"author",page.identificador %}
20
20
  {%- if author_posts.size > 0 -%}
21
21
  <h2 class="post-list-heading">{{ page.list_title | default: "Artículos" }}</h2>
22
22
  <ul class="post-list">
@@ -13,7 +13,7 @@ layout: default
13
13
  {{ page.date | date: date_format }}
14
14
  </time>
15
15
 
16
- {% assign author = site.authors | where:"id",page.author | first %}
16
+ {% assign author = site.authors | where:"identificador",page.author | first %}
17
17
  {%- if author -%}
18
18
  • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><a href="{{ author.url | relative_url }}"><span class="p-author h-card" itemprop="name">{{ author.title }}</span></a></span>
19
19
  {%- endif -%}</p>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tema_revista
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvain Lesage