~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_includes/masthead.html -rw-r--r-- 1.5 KiB
html: use forkawesome for search
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
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
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>
2f2c4169 — Michael Rose 5 years ago
Use `span` instead of `div` element
77734aac — Jan De Luyck 5 years ago
Display site subtitle in masthead (#2205)

* Add site subtitle
* Tabs vs spaces - the ancient conflict
* updates cfr PR #2205
* Perhaps also add the closing anchor
* Make sure we check for the right variables...
* Brown paper bag - subtitle, not description
4beeadc6 — Michael Rose 6 years ago
Fix `site.logo` false positives
afedbe79 — Alex Malaszkiewicz 6 years ago
Add empty `alt` attribute to img tag with logo (#2035)

* Provide empty alt attribute (alt="") for logo image, because it does not provide information
d1379f8f — Michael Rose 6 years ago
Fix empty `<img>` when `site_logo` is not assigned

Ref: https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-454809876
d2256790 — Evan Debenham 6 years ago
Add logo and title customization to the masthead (#2026)

* Add logo and title customization to the masthead

* Adjust config description

* Add test site logo to `/test`

* Document `site.logo` and `site.masthead_title`

* Update CHANGELOG and history
c8780b94 — Sean Killeen 6 years ago
Accessibility: Add aria-label to the search button (#2014)

* Accessibility: Add aria-label to the search button
* Update button aria text
* Add aria text to menu toggle
* Add span for search toggle
* Update span for menu label & remove aria
* Update ui-text.yml to add search_label
68c4a1f3 — Luc Sarzyniec 6 years ago
Fix: use relative links for menu items when possible (#1783) (#1784)

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
41b962e4 — Michael Rose 7 years ago
Improve greedy navigation's layout when JavaScript is disabled
7815e717 — Michael Rose 7 years ago
Feature: Incorporate site search into masthead (#1383)

* Integrate search into masthead
* Fix cutoff descenders in archive article titles
* Remove search page from `/test` site
* Enable masthead search
* Remove dedicated search page
* Fix masthead search form padding
* Improve insertion of search content
* Speed up page transition
* Add fade transition to search content
* Rename visibility class names
* Add `site.search` to _config.yml
* Document site search feature
* Update CHANGELOG and history
c989aa8a — Michael Rose 7 years ago
Remove extra spaces
6d3a9399 — Maaz Syed Adeeb 7 years ago
Tooltips for masthead links (#1380)

23014f60 — Michael Rose 7 years ago
Improve accessibility of navigation menu button

Add `type` and label text.

Fixes #1099
1236748c — Michael Rose 8 years ago
Merge branch 'release/4.2.2'
afef3d58 — Michael Rose 8 years ago
Merge branch 'feature/greedy-nav-long-title-fix' into develop
Next