Sha256: 20ae6e3aff791b1775a1dcaf1d8c8c7d102fe0f293f4e4b6a17c401f6d001ee0
Contents?: true
Size: 865 Bytes
Versions: 579
Compression:
Stored size: 865 Bytes
Contents
{%- assign postAuthor = page.author | split: " " -%} {%- assign author = postAuthor.first | downcase -%} {%- assign collection = [author] -%} {%- for item in collection -%} {%- if forloop.index==1 -%} {%- assign authorName = item -%} {%- endif -%} {%- if forloop.index==2 -%} {%- assign image = item -%} {%- endif -%} {%- if forloop.index==3 -%} {%- assign bio = item -%} {%- endif -%} {%- if forloop.index==4 -%} {%- assign twitter = item -%} {%- endif -%} {%- endfor -%}
Version data entries
579 entries across 579 versions & 2 rubygems