Sha256: 3fe4f3493a369f7e19c95e980b342d88cc8604d4551ffb30a8899dc5291a1bff

Contents?: true

Size: 638 Bytes

Versions: 25

Compression:

Stored size: 638 Bytes

Contents

{% for book in site.data.books %}
{% if book.Title == page.title %}
  {% assign authors_all = book.Author | split: '; ' %}

  Escrita por 
  {% for author_raw in authors_all %}
      {% assign author_firstlast = author_raw | split: ', ' %}
      {{ author_firstlast | reverse | join: " " }}
      {% unless forloop.last == true %} + {% endunless %}
  {% endfor %}
    //
     Publicada en {{ book.Place }} por {{ book.Publisher }}
      en {{ book.Date }}{% if book.Edition %} // Publicada por primera vez en {{ book.Edition }}{% endif %} {% if book.Archive %}//
      Recuperada por {{ book.Archive }}{% endif %}
{% endif %}
{% endfor %}

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
morel-theme-0.2.28 _includes/book-metadata-nolinks.html
morel-theme-0.2.27 _includes/book-metadata-nolinks.html
morel-theme-0.2.26 _includes/book-metadata-nolinks.html
morel-theme-0.2.25 _includes/book-metadata-nolinks.html
morel-theme-0.2.24 _includes/book-metadata-nolinks.html
morel-theme-0.2.23 _includes/book-metadata-nolinks.html
morel-theme-0.2.22 _includes/book-metadata-nolinks.html
morel-theme-0.2.21 _includes/book-metadata-nolinks.html
morel-theme-0.2.2 _includes/book-metadata-nolinks.html
morel-theme-0.2.1 _includes/book-metadata-nolinks.html
morel-theme-0.2.0 _includes/book-metadata-nolinks.html
morel-theme-pack-0.1.327 _includes/book-metadata-nolinks.html
morel-theme-pack-0.1.326 _includes/book-metadata-nolinks.html
morel-theme-pack-0.1.325 _includes/book-metadata-nolinks.html
morel-theme-pack-0.1.323 _includes/book-metadata-nolinks.html
morel-theme-pack-0.1.322 _includes/book-metadata-nolinks.html
morel-theme-pack-0.1.321 _includes/book-metadata-nolinks.html
morel-theme-pack-0.1.32 _includes/book-metadata-nolinks.html
morel-theme-pack-0.1.31 _includes/book-metadata-nolinks.html
morel-theme-pack-0.1.23 _includes/book-metadata-nolinks.html