aboutsummaryrefslogtreecommitdiff
path: root/_includes
AgeCommit message (Collapse)Author
2015-12-04Update analytics snippet to use baseurlMark Janssen
2015-05-02Merge branch 'patch-1' of https://github.com/sunnankar/jekyll-now into ↵Barry Clark
sunnankar-patch-1 Conflicts: _includes/svg-icons.html
2015-04-11Update svg-icons.htmlsunnankar
Added SSL to fix broken links for W3C validation and preempt redirection.
2015-03-17added ability to include G+ iconeringrand
2015-03-01Merge pull request #122 from cjerrington/patch-3Barry Clark
improve the quality of analytics
2015-03-01remove whitespaceClayton Errington
2015-03-01Improve metadata for posts and pages (closes #50)Barry Clark
2015-02-23improve the quality of anayticsClayton Errington
Improve the quality of Google Analytics as found in: http://veithen.github.io/2015/01/05/jekyll-improving-ga-data-quality.html Reduce and eliminate referrer spam in Google Analytics as found in: http://veithen.github.io/2015/01/21/referrer-spam.htmlimprove the quality of analytics http://veithen.github.io/2015/01/05/jekyll-improving-ga-data-quality.html
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