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
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>
Use `span` instead of `div` element
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
Fix `site.logo` false positives
Add empty `alt` attribute to img tag with logo (#2035)
* Provide empty alt attribute (alt="") for logo image, because it does not provide information
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
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
Fix: use relative links for menu items when possible (#1783) (#1784)
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
Improve greedy navigation's layout when JavaScript is disabled
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
Tooltips for masthead links (#1380)
Improve accessibility of navigation menu button
Add `type` and label text.
Fixes #1099
Merge branch 'release/4.2.2'
Merge branch 'feature/greedy-nav-long-title-fix' into develop
Update GreedyNav to use flexbox instead of `display: table`
- ref #836
Merge branch 'release/4.0.4'
Conflicts:
README.md