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 %}