Merge branch 'master' into develop

This commit is contained in:
Nathan Chapman 2022-05-30 19:31:35 -06:00
commit e960369b16
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]
## [1.3.14] - 2022-05-30
### Fixed
- Removed duplicate Facebook pixel rendering
## [1.3.14] - 2022-05-30
### Added

View File

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