aboutsummaryrefslogtreecommitdiff
path: root/_includes/svg-icons.html
AgeCommit message (Collapse)Author
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-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-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-05Added stackoverflow SVG.Bart Kiers
2014-06-13Moved SVG icon markup to an includeBarry Clark