Age | Commit message (Collapse) | Author |
|
|
|
sunnankar-patch-1
Conflicts:
_includes/svg-icons.html
|
|
Added SSL to fix broken links for W3C validation and preempt redirection.
|
|
|
|
improve the quality of analytics
|
|
|
|
|
|
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
|
|
|
|
|
|
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.
|
|
Modified stackoverflow icon in order to remove xml declaration and title tag from resulting HTML code
|
|
So that the created link is `mailto:email@example.com` instead of `mailto: email@example.com` (note the space after `mailto:`)
|
|
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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|