Update CHANGELOG, history, and docs
Update ui-text.yml (#2037)
Add Malayalam localized UI text strings
Fix `site.logo` false positives
Update CHANGELOG and history
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
Update CHANGELOG and history
Fix scrollspy on link clicking, and # for top of page (#2023)
Add support to customize `issue-term` (#2022)
Current we hardcoded the `pathname` for `issue-term` when we are using utterances comment provider.
It would be better for let users customize it by setting a `site.comments.utterances.issue_term` in their `_config.yml`.
Update CHANGELOG, history, and `canonical_url` documentation
assign canonical directly if custom value exists (#2021)
Update CHANGELOG and history
Merge pull request #2020 from edemaine/scrollspy
Define $active-color in terms of $primary-color
Use jQuery throttle library
Scrollspy-style updating of hash and TOC highlighting
Update CHANGELOG and history