Rename `#comments` to something more specific
- Close #582
Merge branch 'feature/scss-restructure' into develop
Add default values to variables
Merge branch 'release/4.0.6' into develop
Update CHANGELOG.md and history
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