~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_includes d---------
cleanup title attribute
social share: remove unneeded js
html: use forkawesome for search
html: remove custom links
follow: move to primary color
search: autocomplete off
css-based follow button
head: simplify
html: deprecate ie < 10 and provide firefox link
remove unneeded comments, add dummy favicon
forkawesome: use minified v5 compat
switch to forkawesome
d530a92c — Michael Rose 4 years ago
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
2a0c3ed6 — Michael Rose 4 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
7985d3c5 — Lars Olesen 4 years ago
Added article:author used by Pinterest (#2670)

eee36b50 — Michael Rose 4 years ago
Fix `entries_layout: grid`
Close #2639
57b957cb — Lim Jing Heng 4 years ago
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
a8e9cf58 — dianlujitao 4 years ago
Fix link for author name (#2575)

Missed from f68b54e53f9973047d80c1d4fc418f89f6a8689c
e32b7c88 — iBug ♦ 4 years ago
Enhance Bilibili video support (redo of #2522) (#2599)

* Enhance support for bilibili videos in responsive video helper, and add corresponding doc

* Apply @iBug's review in mmistakes/minimal-mistakes#2522

* Fix danmaku in page hero video

* Update video to use case..when for iframe src

* Update CHANGELOG and history

Co-authored-by: Anran <51769728+ALeafWolf@users.noreply.github.com>
Co-authored-by: Michael Rose <mmistakes@users.noreply.github.com>
af1a5159 — Marcin Pietraszek 4 years ago
Algolia search update (#2572)

* Search on menu toggle

With that change search is performed when requested. Before it was done
for each pageview, regardless of the fact if search was used by user or
not.

* Localize algolia's empty template
Next