summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-08 23:50:47 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-08 23:50:47 -0600
commit62e8fe6837ba072c9cb0f1ba834242e72f9ab6b3 (patch)
tree1626e045ac0c2baf6725854ce0ea16c35816d025 /_includes
parente182245d3205d929881f51da9b48d6c4ed97a682 (diff)
Añade comentarios
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 4aa38f6..73c67cd 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -88,18 +88,3 @@ $(document).ready(function() {
<script src='/js/{{ js_file }}.js' type="text/javascript"></script>
{% endfor %}
{% endif %}
-
-{% if site.ga_tracking_id %}
-<!-- Google Analytics -->
-<script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;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.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', '{{ site.ga_tracking_id }}', 'auto');
- ga('send', 'pageview', {
- 'page': '{{ page.url }}',
- 'title': '{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}'
- });
-</script>
-{% endif %}