Commit Graph

13 Commits

Author SHA1 Message Date
eringrand d547da86ac modifed for theme 2015-02-23 00:30:08 -05:00
Ben Abbott 404ddf26e5 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.
2014-11-12 16:42:00 +13:00
Florian Simon ef2186dc88 Update stackoverflow.html
Modified stackoverflow icon in order to remove xml declaration and title tag from resulting HTML code
2014-09-30 12:15:08 +02:00
Hun Jae Lee 0fdf013bb8 Fix mailto link code
So that the created link is `mailto:email@example.com` instead of `mailto: email@example.com` (note the space after `mailto:`)
2014-09-17 19:26:21 -04:00
Eric Steinborn 14f665d63f Update to Universal Google Analytics Script
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-19 17:09:31 -04:00
Bart Kiers ca618a6bd4 Added stackoverflow SVG. 2014-08-05 08:22:02 +02:00
Barry Clark fda8d43c93 Moved SVG icon markup to an include 2014-06-13 08:59:59 -04:00
Barry Clark 64083d6f39 Only include Google Analytics markup if an account has been entered 2014-05-27 20:41:32 -04:00
Barry Clark f521f8a9ec Only include Disqus markup if an account has been entered 2014-05-27 20:40:03 -04:00
Barry Clark 9de3c00bf5 Fixes Disqus integration 2014-05-18 20:57:23 -04:00
Barry Clark 753bea9727 SVG icons for every major social network, hooked up to _config.yml 2014-05-17 17:48:16 -04:00
Barry Clark db4dceaba5 Lots of style updates 2014-02-12 20:42:49 -05:00
Barry Clark 72ac450454 First commit of base theme. 2014-02-06 19:18:00 -05:00