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]
|
## [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
|
||||||
|
|||||||
@ -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 %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user