-
-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Michael Glukhovsky edited this page Jan 16, 2015
·
10 revisions
- Remove the
js
header, we're usingbody_class
instead
- 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 need YAML header changes:
-
author_github
should change from a URL to the GitHub username - Reconsider / review tags
-
- Rework blog posts to include a
cover
image if possible -- this may simply require reordering content within posts. - Rework blog post cover images to use a consistent aspect ratio / whitespace (visual scan -- does anything look weird?)