Sha256: 8d53c77ac79fd20fa7450968711084d9fe9fa8e4edcbef926b7bd6b8ed642ce5
Contents?: true
Size: 882 Bytes
Versions: 146
Compression:
Stored size: 882 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
146 entries across 146 versions & 2 rubygems