aboutsummaryrefslogtreecommitdiff
path: root/_includes
AgeCommit message (Collapse)Author
2015-03-01Improve metadata for posts and pages (closes #50)Barry Clark
2015-02-23Removing all of the trailing whitespaceBarry Clark
2015-02-23modifed for themeeringrand
2014-11-12Change how SVG icons are included in pagesBen 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.htmlFlorian Simon
Modified stackoverflow icon in order to remove xml declaration and title tag from resulting HTML code
2014-09-17Fix mailto link codeHun 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 ScriptEric 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.Bart Kiers
2014-06-13Moved SVG icon markup to an includeBarry Clark
2014-05-27Only include Google Analytics markup if an account has been enteredBarry Clark
2014-05-27Only include Disqus markup if an account has been enteredBarry Clark
2014-05-18Fixes Disqus integrationBarry Clark
2014-05-17SVG icons for every major social network, hooked up to _config.ymlBarry Clark
2014-02-12Lots of style updatesBarry Clark
2014-02-06First commit of base theme.Barry Clark