~xdavidwu/xdavidwu.link

ref: f68b54e53f9973047d80c1d4fc418f89f6a8689c xdavidwu.link/_includes d---------
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.
45d72e06 — dmitrypv 5 years ago
Update masthead.html (#2332)

* Update masthead.html

fix image path in masthead for relative url

* Update _includes/masthead.html

Co-Authored-By: iBug ♦ <git@ibugone.com>
5fd829cc — Lars Olesen 5 years ago
Fixed page.excerpt to seo_description (#2326)

7b09c29a — Christian Oliff 5 years ago
remove extraneous space from IE conditional statement (#2273)

7e176bff — iBug ♦ 5 years ago
Allow per-page override of words_per_minute (#2250)

Different languages usually have different read speeds.
This change is useful for sites with multi-lingual content
0042e585 — Michael Rose 5 years ago
Fix `site.url` in Organization/Person JSON-LD schema

Close #1906
8bed6b73 — Michael Rose 5 years ago
Harmonize `site.url` for Organization JSON-LD schema
bb202c81 — Jason Thai 5 years ago
Fix default site.author in seo.html (#2230)

Allow Markdown in author bio (#2215)

* enable markdown in author bio

added the markdownify liquid filter

* Add markdown to bio in _config.yml

* add markdown to bio in /test/ _config.yml

* Change <p> to <div>
6b7b9dee — Jim Drury 5 years ago
Fixes aria issues on search form (#2211)

* Fixes aria issues on search form
* Swapping aria-label for <label> tag in search
* Removing background gray caused by adding <form> tag to search
* Removing redundant space
* Making form not submit if key is enter

Close #2180
Next