Skip to content

Commit

Permalink
Update gtm_datalayer.html
Browse files Browse the repository at this point in the history
Fix syntax. Validated via JSON lint.
  • Loading branch information
jbrown-xentity authored Jul 8, 2024
1 parent 42dce54 commit 184ecc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ckanext/datagovtheme/templates/snippets/gtm/gtm_datalayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

<script type="application/ld+json" class="jsonld-dataset">
dataLayer = [{
'nodeID':, '{{ pkg.id }}',
'contentType": 'dataset',
'language': '{{ language }},
'homepageTest': "not_homepage",
"nodeID": "{{ pkg.id }}",
"contentType": "dataset",
"language": "{{ language }}",
"homepageTest": "not_homepage",
"basicPagesubType": "dataset",
"Page_Type": "Dataset Page",
"organization": '{{ organization }}',
"publisher": '{{ publisher }}',
"organization": "{{ organization }}",
"publisher": "{{ publisher }}"
}];
</script>
{% endblock %}
Expand Down

0 comments on commit 184ecc8

Please sign in to comment.