Removed Facebook pixel rendering
This commit is contained in:
parent
e9e7d18784
commit
af73bd0399
@ -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
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
{% load compress %}
|
||||
{% load account %}
|
||||
{% load analytical %}
|
||||
{% load facebook_pixel %}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
@ -28,7 +27,6 @@
|
||||
{% block head %}
|
||||
{% endblock %}
|
||||
{% analytical_head_bottom %}
|
||||
{% facebook_pixel_head %}
|
||||
</head>
|
||||
<body>
|
||||
{% analytical_body_top %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user