~xdavidwu/xdavidwu.link

33cf419a — Michael Rose 5 years ago
Update copyright year
a472994c — Michael Rose 5 years ago
Update CHANGELOG and history
c8780b94 — Sean Killeen 5 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
2f299fff — Michael Rose 5 years ago
Fix wide tables that overflow parent container

Close #2008
8b3f5d94 — Michael Rose 5 years ago
Update CHANGELOG and history
a42c8f57 — Justin Rummel 5 years ago
lunr 2.3.5 update (#2010)

b2575049 — Michael Rose 5 years ago
Fix typo
593fcbb3 — Michael Rose 5 years ago
Update CHANGELOG and history
6a8c69eb — Christian Oliff 5 years ago
shorter IE conditional statement (#2006)

saves 5 bytes :-)
d38cde3a — Michael Rose 5 years ago
Update CHANGELOG and history
Persian Translation of UI Elements (#2004)

* Add Persian translation to ui-text.yml
* Mention the added Persian translation in the documentation
c088b9f1 — Michael Rose 5 years ago
Update CHANGELOG and history
3fca4014 — Vincent Tam 5 years ago
[Bug fix]: Added missing Staticman Spanish UI text (#1997)

Taken from line 91 of 5d-eu/messages.php@ec56008
a34ef75a — Michael Rose 5 years ago
Update CHANGELOG and history
057f0ce1 — Vincent Tam 5 years ago
Remove unused variables (#1996)

ad53894d — Michael Rose 5 years ago
Update CHANGELOG and history
b3cdae6e — Christian Oliff 5 years ago
update font awesome (#1995)

REF: https://fontawesome.com/changelog/latest
7f384f33 — Christian Oliff 5 years ago
HTTPS Twitter short link (#2001)

1a771f73 — Michael Rose 5 years ago
Update CHANGELOG and history
c2a24c40 — Michael Rose 5 years ago
Allow sidebar navs with custom sidebar content

Multiple sidebar navs can also be included on a page:

```
sidebar:
  - title: Navigation 1
    nav: nav1
  - title: Navigation 2
    nav: nav2
```

Fixes #1986
Next