Fix pound symbol not displaying properly for post categories and tags
Fixes #2156
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
Fix Liquid errors when in `error_mode: strict`
Liquid does not allow parenthesis, remove them to fix Liquid Exception: Liquid syntax error "Expected dotdot but found pipe" in `tag-list.html` and `category-list.html`
Close #1223
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.4.7'
Remove duplicate include of base_path in category-list.html (#522)
Merge branch 'release/3.3.5'
Add `en` default text to `site.locale` strings
- Close #407
Merge branch 'release/3.2.0'
Merge branch 'feature/update-dependencies' into develop
Rename tag/category archive variables to avoid possible conflicts with site.tags and site.categories
- Fixes #329
Merge branch 'release/3.0.0'
Merge branch 'feature/documentation-and-demo' into develop
Make base_path available to all includes that need it
Add icons to page meta labels (tags, categories, and date)
Merge branch 'feature/visual-refresh' into develop