~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_layouts/single.html -rw-r--r-- 3.9 KiB
move comments and related into article>div
move related into article container
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
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
ec56bf91 — Lars Olesen 4 years ago
Move page date to own file (#2544)

d8aa625e — iBug ♦ 5 years ago
Use %-d instead of %d (#2359)

43d0ac2a — Eloi Perdereau 5 years ago
Fix schema.org dates to ISO-8601 (#2339)

* Fix schema.org dates to ISO-8601

* Revert date_to_xmlschema in <time> tag
d538d597 — Michael Rose 5 years ago
Fix missing fallback title for table of contents
91ed136e — Justin Rummel 6 years ago
Change remaining schema.org markup to `https` (#1978)

7598761c — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
d9bef92b — Mike Mylonakis 6 years ago
Prevent current post from showing in the "You may also enjoy" (related (#1976)

posts) section
917548b0 — Michael Rose 6 years ago
Allow heading levels 1-6 in table of contents

Adjust minimum and maximum levels to allow all headings and fix CSS to style indentation and nested lists properly in jekyll-toc and Kramdown generated table of contents.

Fixes #1782
32163e3b — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
93a8e14d — Michael Rose 6 years ago
Add `toc_sticky` to stick table of contents

"Stick" table of contents to top of the page by adding:

```
toc: true
toc_sticky: true
```

to a post or page's YAML Front Matter.
Note: only supported with `single` layout.
4606e4dd — Michael Rose 7 years ago
Add `id` to page title
07ddf948 — Michael Rose 7 years ago
Convert EOL sequence to LF
7700c5d7 — Michael Rose 7 years ago
Upgrade Font Awesome to version 5 (#1446)

Upgrade Font Awesome to version 5 (SVG with JavaScript)

Close #1396
76632c2e — Michael Rose 7 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
4757419e — Maaz Syed Adeeb 7 years ago
Remove comments in dev environment (#1363)

34fb16a9 — Michael Rose 7 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes

# Conflicts:
#	docs/_docs/18-history.md
Next