aboutsummaryrefslogtreecommitdiff
path: root/site/_includes/header.html
AgeCommit message (Collapse)AuthorFilesLines
2018-12-16Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" ↵XhmikosR1-1/+1
(#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
2018-12-15Remove now unnecessary shrink-to-fit viewport directive (#27818)Patrick H. Lauke1-1/+1
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
2018-11-09Move analytics to an include file.XhmikosR1-9/+1
2018-11-09Move stylesheets to an include.XhmikosR1-12/+1
2018-10-18Rename docs production script to production and use `JEKYLL_ENV`. (#27410)XhmikosR1-1/+1
2018-07-11Optimised Google Analytics LoadingChristian Oliff1-4/+2
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+39
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.