~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_includes/archive-single.html -rw-r--r-- 1.2 KiB
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
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
b625c481 — Lars Olesen 4 years ago
Do not include in toc (#2558)

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
91ed136e — Justin Rummel 6 years ago
Change remaining schema.org markup to `https` (#1978)

8481dd43 — Michael Rose 7 years ago
Replace `absolute_url` with `relative_url`

Where it makes sense replace asset paths and navigation related paths with `relative_url` filter.

Leave SEO related `<head>` elements and social sharing links as `absolute_url`.

Fixes #1588
7700c5d7 — Michael Rose 7 years ago
Upgrade Font Awesome to version 5 (#1446)

Upgrade Font Awesome to version 5 (SVG with JavaScript)

Close #1396
6c0144ff — Michael Rose 8 years ago
Merge branch 'release/4.0.4'

Conflicts:
	README.md
0625e157 — Michael Rose 8 years ago
Merge branch 'feature/theme-gem' into develop
254b40b8 — Michael Rose 8 years ago
Remove `prepend: "/"` from includes and add to image path's instead
d2685441 — Michael Rose 8 years ago
Replace base_path with `absolute_url` filter where possible
abab7666 — Michael Rose 8 years ago
Allow images to be placed in other folders
- Remove `images/` only restriction and encourage placement in `assets/images/` instead
ab55455e — Michael Rose 8 years ago
Merge branch 'hotfix/3.3.6' into develop
5027e159 — Michael Rose 8 years ago
Merge branch 'hotfix/3.3.6'
911514d8 — Michael Rose 8 years ago
Fix blank `site.teaser` bug
- Use `assign` instead of capture and then check if variable is `nil` or not.
- Close #412
b28003af — Michael Rose 8 years ago
Merge branch 'release/3.3.1'
3bf03015 — Michael Rose 8 years ago
Improve link posts in archive listings
- Remove `target="_blank"` anti-pattern
- If link post point title to source article
- Switch star icon to a link to indicate "permalink" and markup semantically with `rel="permalink"`
- Reduce opacity of permalink icon
- Adjust hover styles due to shuffling around <a> element
- Close #276
aecbd356 — Michael Rose 8 years ago
Merge branch 'release/3.2.3'
0b57806f — Michael Rose 8 years ago
Replace contains "http" with contains "://"
Next