aboutsummaryrefslogtreecommitdiff
path: root/_includes
AgeCommit message (Collapse)Author
2015-12-04Update analytics snippet to use baseurlGravatar Mark Janssen
2015-05-02Merge branch 'patch-1' of https://github.com/sunnankar/jekyll-now into ↵Gravatar Barry Clark
sunnankar-patch-1 Conflicts: _includes/svg-icons.html
2015-04-11Update svg-icons.htmlGravatar sunnankar
Added SSL to fix broken links for W3C validation and preempt redirection.
2015-03-17added ability to include G+ iconGravatar eringrand
2015-03-01Merge pull request #122 from cjerrington/patch-3Gravatar Barry Clark
improve the quality of analytics
2015-03-01remove whitespaceGravatar Clayton Errington
2015-03-01Improve metadata for posts and pages (closes #50)Gravatar Barry Clark
2015-02-23improve the quality of anayticsGravatar Clayton 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 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