Hide footer tags link if no tags exist

Hide meta description if DESCRIPTION is undefined

Minor improvements
This commit is contained in:
Raymond Wanyoike 2016-11-16 15:17:40 +03:00
commit bfb5895c63
6 changed files with 14 additions and 7 deletions

View file

@ -5,9 +5,10 @@
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
a = s.createElement(o);
a.async = 1;
a.src = g;
m = s.getElementsByTagName(o)[0];
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', '{{ GOOGLE_ANALYTICS }}', 'auto');