From af73bd03996232c95f40348edd4841811ed6bbd9 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Mon, 30 May 2022 19:31:28 -0600 Subject: [PATCH] Removed Facebook pixel rendering --- CHANGELOG.md | 6 ++++++ src/templates/base.html | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6506d6b..2cf06da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.14] - 2022-05-30 + +### Fixed +- Removed duplicate Facebook pixel rendering + + ## [1.3.14] - 2022-05-30 ### Added diff --git a/src/templates/base.html b/src/templates/base.html index 59b664e..c303547 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -2,7 +2,6 @@ {% load compress %} {% load account %} {% load analytical %} -{% load facebook_pixel %} @@ -28,7 +27,6 @@ {% block head %} {% endblock %} {% analytical_head_bottom %} - {% facebook_pixel_head %} {% analytical_body_top %}