This repository has been archived on 2021-08-12. You can view files and clone it, but cannot push or open issues/pull-requests.
hugo-bearblog-fork/layouts/_default
Jan Raasch ed4cda1ac4 fix: improve accessibility on mobile
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.
2020-10-02 15:57:36 +02:00
..
baseof.html fix: improve accessibility on mobile 2020-10-02 15:57:36 +02:00
list.html fix: styling of ul.blog-posts 2020-10-01 16:12:16 +02:00
single.html chore: initial commit 2020-09-03 20:22:23 +02:00