--- layout: default --- {% if page.hero %}
{% picture {{ page.hero.file | prepend: 'content/' }} --img class="hero__image hero__image--fixed hero-65" --alt {{ page.hero.alt }} %}
{% if page.title %}

{% assign n = page.title.size | minus: 1 %} {%- for char in (0..n ) -%} {{ page.title | slice: char }} {%- endfor -%}

{% endif %}
{% endif %}
{{ content }}