aboutsummaryrefslogtreecommitdiff
path: root/_includes
AgeCommit message (Collapse)Author
2015-02-23Removing all of the trailing whitespaceGravatar Barry Clark
2015-02-23modifed for themeGravatar eringrand
2014-11-12Change how SVG icons are included in pagesGravatar Ben Abbott
Normally you include a .html file containing SVG data to show social media icons on the page, but this means adding up to 27KB of bloat to every single page. With this commit I have moved the SVG data into a .scss file and converted them into Data URIs so they work on multiple browsers. This means the CSS file will contain the SVG data rather than each and every page on the site.
2014-09-30Update stackoverflow.htmlGravatar Florian Simon
Modified stackoverflow icon in order to remove xml declaration and title tag from resulting HTML code
2014-09-17Fix mailto link codeGravatar Hun Jae Lee
So that the created link is `mailto:email@example.com` instead of `mailto: email@example.com` (note the space after `mailto:`)
2014-08-19Update to Universal Google Analytics ScriptGravatar Eric Steinborn
Google is upgrading to their new "Universal Analytics." I'd recommend building that into this instead of the legacy ga.js script. https://developers.google.com/analytics/devguides/collection/analyticsjs/
2014-08-05Added stackoverflow SVG.Gravatar Bart Kiers
2014-06-13Moved SVG icon markup to an includeGravatar Barry Clark
2014-05-27Only include Google Analytics markup if an account has been enteredGravatar Barry Clark
2014-05-27Only include Disqus markup if an account has been enteredGravatar Barry Clark
2014-05-18Fixes Disqus integrationGravatar Barry Clark
2014-05-17SVG icons for every major social network, hooked up to _config.ymlGravatar Barry Clark
2014-02-12Lots of style updatesGravatar Barry Clark
2014-02-06First commit of base theme.Gravatar Barry Clark