Add `rake preview` task for testing `/test` during theme development
Merge branch 'feature/image-helper' into develop
Rename image helper to figure
Merge branch 'feature/locale-fix' into develop
Fixed improper formatting of some locales
This was causing stack level too deep errors.
Add structured data markup for `itemprop="person"` in author-profile (#647)
Adds schema.org data for image, name, homeLocation, url, email,
and sameAs (for all the social media links).
Add structured data markup for `itemprop="person"` in author-profile
Adds schema.org data for image, name, homeLocation, url, email,
and sameAs (for all the social media links).
Do not assume images would be placed in `/assets/images/`
In order to add an image to a post, just use the following syntax:
{% include image image_path="/full/path/to/MyPostImage.png" caption="The optional image caption" %}
or
{% include image image_path="https://example.com/images/MyPostImage.png" caption="The optional image caption" alt="The optional alt text" %}
Replace base_path with `absolute_url` filter
Merge branch 'release/4.0.5' into develop
Replace `base_path` with `absolute_url` filter
Merge branch 'feature/pagination-link-color' into develop
Make pager (next/previous) active state more obvious by adding changing gray color to `$link-color`
Bump `add_runtime_dependency` for gems
Merge branch 'feature/sidebar-flicker-fix' into develop