Skip to content

Commit

Permalink
Switch to tagged-events API
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Apr 29, 2024
1 parent edc46d4 commit b288a4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions source/_template/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@
{
props:{
language:navigator.language.toString().substr(0,2).toLowerCase(),
language-requested:"{{ language }}",
version:"{{ version }}"
"language-requested":"{{ language }}",
version:"{{ version }}",
outdated:"{{ outdated }}"
}
}
);
Expand Down
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
'outdated': False,
'lizmap_versions': lizmap_versions,
'plausible_domain': 'docs.lizmap.com',
'plausible_url': 'https://analytics.3liz.com/js/script.js',
'plausible_url': 'https://analytics.3liz.com/js/script.tagged-events.js',
}

html_style = 'css/custom.css'
Expand Down

0 comments on commit b288a4a

Please sign in to comment.