Skip to content
Michael Glukhovsky edited this page Jan 16, 2015 · 10 revisions

Transitioning to the new website

Liquid updates

  • The new default filter should replace all instances of:
{% if x %}{{x}}{% else %}this is the default{% endif %}

with:

{{ x | default 'this is the default' }}

Blog posts

  • Blog posts need variable changes:
    • author_github should change from a URL to the GitHub username
Clone this wiki locally