Refactor page meta (#2641) * Rename include * Add grid view test pages * Rename `.post__meta-sep` and use CSS to add line break * Improve collection grid archive * Improve page grid archive * Enable `grid` * Don't show date icon if there is no `date` value * Add blank line at EOF * Add space * Wrap date and reading time in named `span` elements
Fix `entries_layout: grid` Close #2639
Show date of posts (#2526) * add date to read-time.html * add option for show_date, dynamic icon style * change read-time to post__meta * cleanup post__metal.html * cleanup post__meta include variables * put date before read time * remove space in include variable * allow customisation of post__meta separator * add some documentation * oops fix typo derp * add post date image * change page meta separator customisation to CSS
Do not include in toc (#2558)
Use relative_url and absolute_url where possible (#2387) * Use relative_url and absolute_url where possible Drops the `contains "://"` check, adopt Jekyll 3.7 Ref: https://github.com/mmistakes/minimal-mistakes/pull/2385#issuecomment-579882236 * One more unneeded {% assign %} * Remove one more assign as noted by mmistakes * Consolidate 4 more captures * Consolidate an extra assign on "active" class
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 "://"