Do not include in toc (#2558)
Load Font Awesome CSS from jsDelivr CDN (#2583)
* Load Font Awesome CSS from jsDelivr CDN
* Update CHANGELOG and history
Replace custom comment hardcoded HTML with include
Also add custom_scripts.html include for custom comment provider JavaScript that loads in the footer.
Close #2549
Move page date to own file (#2544)
Strip trailing whitespace in seo_description (#2542)
Update video (#2512)
* Update video
support bilibili video
* Update video
drop the duplicated <div> wrapper
* Update video
update video
Use css padding for author urls to fix underline hover state (#2472)
* Use scss padding for sidebar author urls
* rename .text to .label
Use first_page_path from Paginate V2 if available (#2431)
fixed typo in page_hero (#2428)
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
Hide hidden posts from listings (#2345)
fix: Do not redirect user away from site after they submit a comment (#2402)
Regression for mmistakes#2332 (#2385)
* Regression for mmistakes#2332
There's already a `relative_url` in place, shouldn't stack up another
* Update CHANGELOG and history
Adjust comments to be compatible with compress_html (#2373)
Fix wrong newline concatenation in SEO description, resolves #2354 (#2368)
Close #2354
Allow override of page excerpt in heading (via tagline) (#2307)
Allow the use of `page.tagline` to override `page.excerpt` in heading area
Use %-d instead of %d (#2359)
Update toc.html from allejo/jekyll-toc:master (#2355)
Fix staticman v2/v3 comments (#2351)
According to the most recent docs, `branch` and `endpoint` should be inside `site.comments.staticman` config.