Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | fix: improve accessibility on mobile | Jan Raasch | 2020-10-02 | 1 |
| | | | | | | | | | | Fixes #6. To be honest I did not think about this at all. I simply copied the code from the original »Bear Blog« https://github.com/HermanMartinus/bearblog/blob/master/templates/base.html#L7 It seems like iOS ignores the declarations of user-scalable, minimum-scale, and maximum-scale, as of iOS 10, see https://sitebulb.com/hints/mobile-friendly/the-viewport-meta-tag-prevents-the-user-from-scaling/ so we might as well remove this. | |||
* | chore: remove unused partial 🤷🏼♂️ 😇 | Jan Raasch | 2020-10-02 | 1 |
| | ||||
* | fix: styling of ul.blog-posts | Jan Raasch | 2020-10-01 | 1 |
| | | | | see 0c3efa6 | |||
* | feat: add dark color scheme for dark mode | Jan Raasch | 2020-10-01 | 1 |
| | | | | see https://github.com/HermanMartinus/bearblog/pull/51 | |||
* | feat: hide blog link if page not created (#4) | Nick Badal | 2020-09-17 | 1 |
| | | | Allows this theme to be used for sites that do not have a blog. | |||
* | chore: initial commit | Jan Raasch | 2020-09-03 | 15 |