Sha256: 3f6a80811c26ab18364d65737c79ffbcfe2ac4d031c2994da65b37f568deec44

Contents?: true

Size: 796 Bytes

Versions: 6

Compression:

Stored size: 796 Bytes

Contents

{%- assign author = page.author -%}
                        {%- 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

6 entries across 6 versions & 1 rubygems

Version Path
tools-theme-0.1.5 _includes/postauthorbio.html
tools-theme-0.1.4 _includes/postauthorbio.html
tools-theme-0.1.3 _includes/postauthorbio.html
tools-theme-0.1.2 _includes/postauthorbio.html
tools-theme-0.1.1 _includes/postauthorbio.html
tools-theme-0.1.0 _includes/postauthorbio.html