From 404ddf26e5e36951cbf9f212ce685896ec714a08 Mon Sep 17 00:00:00 2001 From: Ben Abbott Date: Wed, 12 Nov 2014 16:42:00 +1300 Subject: Change how SVG icons are included in pages 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. --- _includes/svg-icons/twitter.html | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 _includes/svg-icons/twitter.html (limited to '_includes/svg-icons/twitter.html') diff --git a/_includes/svg-icons/twitter.html b/_includes/svg-icons/twitter.html deleted file mode 100644 index 0b02038..0000000 --- a/_includes/svg-icons/twitter.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3