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

Version Path
appscms-tools-theme-3.1.1 _includes/postauthorbio.html
appscms-tools-theme-3.1.0 _includes/postauthorbio.html
appscms-tools-theme-3.0.9 _includes/postauthorbio.html
appscms-tools-theme-3.0.7 _includes/postauthorbio.html
appscms-tools-theme-3.0.6 _includes/postauthorbio.html
appscms-tools-theme-3.0.4 _includes/postauthorbio.html
appscms-tools-theme-3.0.2 _includes/postauthorbio.html
appscms-tools-theme-3.0.1 _includes/postauthorbio.html
appscms-tools-theme-3.0.0 _includes/postauthorbio.html
appscms-tools-theme-2.9.9 _includes/postauthorbio.html
appscms-tools-theme-2.9.6 _includes/postauthorbio.html
appscms-tools-theme-2.8.9 _includes/postauthorbio.html
appscms-tools-theme-2.8.8 _includes/postauthorbio.html
appscms-tools-theme-2.8.7 _includes/postauthorbio.html
appscms-tools-theme-2.8.6 _includes/postauthorbio.html
appscms-tools-theme-2.8.5 _includes/postauthorbio.html
appscms-tools-theme-2.8.4 _includes/postauthorbio.html
appscms-tools-theme-2.8.3 _includes/postauthorbio.html
appscms-tools-theme-2.8.2 _includes/postauthorbio.html
appscms-tools-theme-2.8.1 _includes/postauthorbio.html