~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_includes d---------
b625c481 — Lars Olesen 4 years ago
Do not include in toc (#2558)

a8771add — iBug ♦ 4 years ago
Load Font Awesome CSS from jsDelivr CDN (#2583)

* Load Font Awesome CSS from jsDelivr CDN
* Update CHANGELOG and history
237f66e7 — Michael Rose 4 years ago
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
ec56bf91 — Lars Olesen 4 years ago
Move page date to own file (#2544)

f505eaf8 — Lars Olesen 4 years ago
Strip trailing whitespace in seo_description (#2542)

e7d9694c — sunete 4 years ago
Update video (#2512)

* Update video

support bilibili video

* Update video

drop the duplicated <div> wrapper

* Update video

update video
eed83080 — Ali Farooq 5 years ago
Use css padding for author urls to fix underline hover state (#2472)

* Use scss padding for sidebar author urls

* rename .text to .label
57b60e79 — iBug ♦ 5 years ago
Use first_page_path from Paginate V2 if available (#2431)

000873ed — chrismelman 5 years ago
fixed typo in  page_hero (#2428)

f68b54e5 — iBug ♦ 5 years ago
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
569c4ad0 — Michael Rose 5 years ago
Hide hidden posts from listings (#2345)

a57dcf27 — Daniel Schroeder 5 years ago
fix: Do not redirect user away from site after they submit a comment (#2402)

f304c6a8 — iBug ♦ 5 years ago
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
2af92958 — Johannes Ganzenmüller 5 years ago
Adjust comments to be compatible with compress_html (#2373)

0e9d44c5 — iBug ♦ 5 years ago
Fix wrong newline concatenation in SEO description, resolves #2354 (#2368)

Close #2354 
da119580 — iBug ♦ 5 years ago
Allow override of page excerpt in heading (via tagline) (#2307)

Allow the use of `page.tagline` to override `page.excerpt` in heading area
d8aa625e — iBug ♦ 5 years ago
Use %-d instead of %d (#2359)

539c202d — iBug ♦ 5 years ago
Update toc.html from allejo/jekyll-toc:master (#2355)

72e58417 — Michael Rose 5 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
29037091 — Akhyar Amarullah 5 years ago
Fix staticman v2/v3 comments (#2351)

According to the most recent docs, `branch` and `endpoint` should be inside `site.comments.staticman` config.
Next