aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-12/+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.
2017-11-01Fix broken footer link after the about page revamp. (#24612)XhmikosR1-1/+1
2017-10-16Use direct links to documentation, getting started and about pages.XhmikosR1-2/+2
The old ones are still being redirected.
2017-08-14FIX: Broken 'About' Link in the Footer (#23367)Ahmad Awais1-1/+1
2017-08-12Fix broken Examples link in the docs footer include – `footer.html`. (#23348)Steven Black1-1/+1
Re: #23343 – **Broken Links on getbootstrap.com** Clicking the `Examples` link in the Docs footer yields 404. http://getbootstrap.com/examples/ If merged, this makes the footer `Examples` link like the one in docs-navbar.html which is the same folder. Therefore `_includes/footer.html` and `_includes/docs-navbar.html` now use the same link to `Examples`.
2017-08-11Fix the broken about link in the footer (#23298)Garth Bjerk1-1/+1
2017-08-07new homepage, new assets, clean out old stuffMark Otto1-1/+1
2017-07-30Specify `rel="noopener` for external links.XhmikosR1-2/+2
2017-05-29move scripts to separate include so we can include them across layouts even ↵Mark Otto1-51/+0
if the footer isn't there
2017-05-29Better handling of redirectsMaxime Locqueville1-9/+7
2017-05-29remove origin from url to be able to redirect locallyMaxime Locqueville1-3/+11
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-0/+57
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-44/+0
2013-12-07Load minified Bootstrap JS codeZlatan Vasović1-1/+1
2013-12-06Minify docs-assets too.XhmikosR1-5/+1
2013-11-05Add async attribute to Twitter widget scriptRoss Allen1-1/+3
2013-11-05Add protocol for jQuery to work when accessed as fileRoss Allen1-1/+1
URLs without protocols get "file:" prepended when their document is loaded as a file. Make sure the docs can always be opened by specifying a protocol.
2013-11-04Load Twitter widget async, prevent SPOFRoss Allen1-1/+13
Twitter's widget library[1] provides an async snippet to inject the script tag later. Since widgets.js came before the local JS, if twitter.com took long to respond it would prevent subsequent synchronous script tags. [1] https://dev.twitter.com/docs/tfw-javascript
2013-11-04Serve jQuery from cookie-free Google APIsRoss Allen1-1/+1
jQuery.com uses Google Analytics and so sets a cookie when you visit the site. When you request jquery.js from its CDN, code.jquery.com, you take a hit from sending your previous GA cookie in the request. Google Hosted Libraries[1] and googleapis.com never set cookies. [1] https://developers.google.com/speed/libraries/devguide
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 jQuery instead of vendoring it; fixes part of #10989Chris Rebert1-1/+1
2013-09-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert1-9/+9
2013-08-19fix customizerfat1-0/+1
2013-08-18bunch of updates to customizerfat1-0/+1
2013-08-17move customizer onto gistsfat1-1/+0
2013-08-11rebuild + first bit of customizer urlsfat1-0/+8
2013-08-05Remove type attribute of tag "script".vsn4ik1-2/+1
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-27mo links, fix ads and analytics in gh pagesMark Otto1-17/+15
2013-07-27fixes for hella broken links on account of jekyll and twbs.github.com linksMark Otto1-4/+4
2013-07-27herpy derpy shit for urlsMark Otto1-4/+4
2013-07-19hacky way of not showing ads or analytics in local devMark Otto1-15/+17
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/+26