~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_includes/footer.html -rw-r--r-- 1.2 KiB
32a06a9e — Alex Malaszkiewicz 6 years ago
Add rel attribute to social media links in author profile and fotter (#1924)

d43cd7c2 — Michael Rose 6 years ago
Improve footer link flexibility

Deprecate hardcoded footer links in favor or new `footer.links` array for any link and in any order. All of Font Awesome's icons are available for use.

```
footer:
  links:
    - label: "Twitter"
      icon: "fab fa-fw fa-twitter-square"
      url: "https://twitter.com/username"
    - label: "GitHub"
      icon: "fab fa-fw fa-github"
      url: "https://github.com/username"
    - label: "Instagram"
      icon: "fab fa-fw fa-instagram"
      url: "https://instagram.com/username"
```
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
6da30e09 — Michael Rose 7 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
90436a13 — Christian Oliff 7 years ago
HTTPS links to github, gitblab and bitbucket and add www to facebook (#1349)

GitHub, Gitlab and Bitbucket are all always served over HTTPS.
Facebook links always have www.
56b0ce96 — Christian Oliff 7 years ago
https link to jekyllrb.com (#1342)

8194306d — Michael Rose 7 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
64ec681f — Will Estes 7 years ago
add gitlab to author profile (#1050)

* add gitlab to author profile

* add gitlab to footer

* Fix alignment of :
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
d2685441 — Michael Rose 8 years ago
Replace base_path with `absolute_url` filter where possible
48873edc — Michael Rose 8 years ago
Merge branch 'release/3.3.5'
e7e66519 — Michael Rose 8 years ago
Add `en` default text to `site.locale` strings
- Close #407
1fb65ded — Michael Rose 8 years ago
Merge branch 'release/3.3.4'
59b360f6 — Michael Rose 8 years ago
Merge branch 'feature/custom-feed' into develop
6f8a3c5a — Michael Rose 8 years ago
Merge branch 'master' of https://github.com/gabor-meszaros/minimal-mistakes into feature/custom-feed
fa11acd6 — Gabor Meszaros 8 years ago
Add external atom feed URL config possibility
ae9f65ca — Michael Rose 8 years ago
Merge branch 'release/3.1.0'

Conflicts:
	CHANGELOG.md
208f4f36 — Michael Rose 8 years ago
Merge branch 'feature/add-footer-links' into develop
Next