Sha256: 381905a0a5c56100bc6bcfed36a8dae1724ae4efe3fde94b714c3992ed56073e
Contents?: true
Size: 550 Bytes
Versions: 17
Compression:
Stored size: 550 Bytes
Contents
{% assign authors_array = book.Author | split: '; ' %} {% assign author_array = authors_array[0] | split:', ' %} {% assign author_alone = author_array[0] %} {% assign title_raw = book.Title | remove: "=" | remove: ":" | split: ' ' %} {{BASE_PATH}}/books/{{ title_raw[0] | slugify:"latin" }}{% if title_raw[1] %}-{{ title_raw[1] | slugify:"latin" }}{% endif %}{% if title_raw[2] %}-{{ title_raw[2] | slugify:"latin" }}{% endif %}{% if title_raw[3] %}-{{ title_raw[3] | slugify:"latin" }}{% endif %}-{{ author_alone | slugify:"latin"}}-{{ book.Date }}
Version data entries
17 entries across 17 versions & 2 rubygems