Change remaining schema.org markup to `https` (#1978)
Replace `absolute_url` with `relative_url` Where it makes sense replace asset paths and navigation related paths with `relative_url` filter. Leave SEO related `<head>` elements and social sharing links as `absolute_url`. Fixes #1588
Upgrade Font Awesome to version 5 (#1446) Upgrade Font Awesome to version 5 (SVG with JavaScript) Close #1396
Merge branch 'release/4.0.4' Conflicts: README.md
Merge branch 'feature/theme-gem' into develop
Remove `prepend: "/"` from includes and add to image path's instead
Replace base_path with `absolute_url` filter where possible
Allow images to be placed in other folders - Remove `images/` only restriction and encourage placement in `assets/images/` instead
Merge branch 'hotfix/3.3.6' into develop
Merge branch 'hotfix/3.3.6'
Fix blank `site.teaser` bug - Use `assign` instead of capture and then check if variable is `nil` or not. - Close #412
Merge branch 'release/3.3.1'
Improve link posts in archive listings - Remove `target="_blank"` anti-pattern - If link post point title to source article - Switch star icon to a link to indicate "permalink" and markup semantically with `rel="permalink"` - Reduce opacity of permalink icon - Adjust hover styles due to shuffling around <a> element - Close #276
Merge branch 'release/3.2.3'
Replace contains "http" with contains "://"
Merge branch 'release/3.0.0'
Merge branch 'feature/documentation-and-demo' into develop
Make base_path available to all includes that need it
Remove site.read_time condition
Merge branch 'feature/spit-and-polish' into develop