| Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit e1a9c87822df3d5d9c4d36fe79614de2bc4a8738.
|
|
|
|
|
|
|
|
This reverts commit 79ed8f172c5db4bb4cfa253a32a0751bfa417252.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The approach of using 100vh interacts poorly with how Chromium and
Safari calculate the viewport height on mobile. They include their
navigation bar as part of the viewport height from the start to avoid
dynamic changes to the viewport site.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Skype appears to be unable to handle this and tries /favicon.ico%3F0
which triggers a 404 errors. The user agent is the following:
Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5
|
|
|
|
This isn't currently displayed in the Twitter cards despite it being in
the official documentation for cards, but other crawlers are definitely
using this metadata.
|
|
|
|
|
|
|
|
|
|
|