Commit Graph

2 Commits

Author SHA1 Message Date
Rik Schennink 58160ca8c0
Add browser version information
Extracts and separately renders browser version information.

`IE 11` will be transformed to `IE` and `11`, the version is matched from the right side using a regex `[0-9]+$` and the browser name is matched from the left side using `^[a-zA-Z ]+`

Removed some code duplication.
2017-11-24 08:32:18 +01:00
Heydon Pickering aa6df76ca2 add themes folder 2017-11-02 15:39:45 +00:00