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
Merge branch 'release/4.0.4' Conflicts: README.md
Merge branch 'feature/theme-gem' into develop
Replace base_path with `absolute_url` filter where possible
Merge branch 'release/3.3.5'
Add `en` default text to `site.locale` strings - Close #407
Merge branch 'release/3.0.0'
Merge branch 'feature/documentation-and-demo' into develop
Make base_path available to all includes that need it
Only show post pagination if there are previous or next posts
Improve pagination styling
Style tweaks to pagination, right sidebar, and background color
Add post pagination to sidebar and make minor styling alterations