aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-39/+0
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.
2018-01-16Use the SRI hashes for the live site's assets. (#25282)XhmikosR1-1/+1
2017-11-25Use Jekyll's `smartify` filter when possible. (#24866)XhmikosR1-3/+3
2017-10-31Update docsearch.js links (#24613)Martin Kolárik1-1/+1
2017-10-22Simplify social.html. (#24483)XhmikosR1-0/+2
This also fixes the wrong usage of `site.description` instead of `page.description` in meta description.
2017-10-22Tighten htmllint's rules. (#24471)XhmikosR1-2/+2
2017-10-22Reduce whitespace liquid outputs. (#24470)XhmikosR1-2/+2
2017-08-18Fix favicons inclusion after e932345. (#23473)XhmikosR1-0/+2
2017-08-15Reduce liquid's whitespace for a few pages.XhmikosR1-5/+5
Also fix a couple of typos while at it and change header tags' order.
2017-08-15New favicons.XhmikosR1-5/+1
Include everything for most browsers to work including Android. Kept favicon.ico to the root dir. Also added a manifest.json for PWA.
2017-08-13Add `meta generator` tag.XhmikosR1-0/+1
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-0/+38
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-43/+0
2013-12-24Update Respond.js to v1.4.2.XhmikosR1-1/+1
2013-12-23Fixes #11975: Change from png to .ico for faviconMark Otto1-1/+1
2013-12-08Fix typo in new author meta tagJulian Thilo1-1/+1
2013-12-07Fixes #11764: Add meta data to docs for description, keywords, and authorsMark Otto1-2/+3
2013-10-17Warn about IE8 + Respond.js + file:// problem in examples; fix #11019Chris Rebert1-0/+1
2013-10-16upgrade to html5shiv v 3.7.0Chris Rebert1-1/+1
2013-10-13use CDN for respond.jsChris Rebert1-1/+1
2013-10-13Merge branch 'master' into restore_grid_mixinsMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-10-11Combine separate efforts for grid mixins into one, cleanup and reorganizeMark Otto1-1/+1
2013-10-10use https:// for CDN linksChris Rebert1-1/+1
- works when viewing page via file:// - sets a good example security-wise
2013-10-09use CDN for html5shiv instead of vendoring it; fixes part of #10989Chris Rebert1-1/+1
2013-09-24Disable IE Compatibility Mode in docs, examplesJulian Thilo1-0/+1
...because we don't support it and it may cause problems for people trying to view the docs in IE.
2013-09-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert1-6/+6
2013-09-10Remove multiple touch icons and roll with a single oneMark Otto1-3/+0
2013-08-21change `else if` to `else`wangsai1-1/+1
2013-08-05Remove type attribute of tag "script".vsn4ik1-2/+2
In HTML5 in tag script, the type attribute is no longer required. The default value is "text/javascript". http://www.w3.org/TR/html5/scripting-1.html#attr-script-type
2013-07-28fix #8745: fix html5shiv & respond.js script links in docsChris Rebert1-2/+2
2013-07-27mo links, fix ads and analytics in gh pagesMark Otto1-12/+10
2013-07-27fixes for hella broken links on account of jekyll and twbs.github.com linksMark Otto1-10/+8
2013-07-27herpy derpy shit for urlsMark Otto1-6/+6
2013-07-19hacky way of not showing ads or analytics in local devMark Otto1-10/+12
2013-07-18finish flattening repo structure; add dist folder of compiled css/jsMark Otto1-2/+2
2013-07-18flatten docs dir back into rootMark Otto1-0/+45