Removed Facebook pixel rendering

This commit is contained in:
Nathan Chapman 2022-05-30 19:31:28 -06:00
parent e9e7d18784
commit af73bd0399
2 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.3.14] - 2022-05-30
### Fixed
- Removed duplicate Facebook pixel rendering
## [1.3.14] - 2022-05-30 ## [1.3.14] - 2022-05-30
### Added ### Added

View File

@ -2,7 +2,6 @@
{% load compress %} {% load compress %}
{% load account %} {% load account %}
{% load analytical %} {% load analytical %}
{% load facebook_pixel %}
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
@ -28,7 +27,6 @@
{% block head %} {% block head %}
{% endblock %} {% endblock %}
{% analytical_head_bottom %} {% analytical_head_bottom %}
{% facebook_pixel_head %}
</head> </head>
<body> <body>
{% analytical_body_top %} {% analytical_body_top %}