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

Version Path
morel-theme-0.2.2 _includes/book-list-url-page.html
morel-theme-0.2.1 _includes/book-list-url-page.html
morel-theme-0.2.0 _includes/book-list-url-page.html
morel-theme-pack-0.1.327 _includes/book-list-url-page.html
morel-theme-pack-0.1.326 _includes/book-list-url-page.html
morel-theme-pack-0.1.325 _includes/book-list-url-page.html
morel-theme-pack-0.1.323 _includes/book-list-url-page.html
morel-theme-pack-0.1.322 _includes/book-list-url-page.html
morel-theme-pack-0.1.321 _includes/book-list-url-page.html
morel-theme-pack-0.1.32 _includes/book-list-url-page.html
morel-theme-pack-0.1.31 _includes/book-list-url-page.html
morel-theme-pack-0.1.23 _includes/book-list-url-page.html
morel-theme-pack-0.1.22 _includes/book-list-url-page.html
morel-theme-pack-0.1.21 _includes/book-list-url-page.html
morel-theme-pack-0.1.2 _includes/book-list-url-page.html
morel-theme-pack-0.1.1 _includes/book-list-url-page.html
morel-theme-pack-0.1.0 _includes/book-list-url-page.html