Skip to content

Commit 1cc2f2d

Browse files
committed
remove plausible trial [HOTFIX]
1 parent ab05733 commit 1cc2f2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

browse/templates/base.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
<link rel="stylesheet" type="text/css" media="screen" href="{{ url_for('static', filename='css/browse_search.css') }}" />
1414
<script language="javascript" src="{{ url_for('static', filename='js/accordion.js') }}" /></script>
1515
{%- if config['BROWSE_ANALYTICS_ENABLED'] %}
16-
<!-- Plausible trial -->
17-
<script async defer data-domain="arxiv.org" src="https://plausible.io/js/plausible.js"></script>
1816
{% endif -%}
1917

2018
{% if config['BROWSE_USER_BANNER_ENABLED'] and (config['BROWSE_USER_BANNER_START_DATE'] < request_datetime) and (config['BROWSE_USER_BANNER_END_DATE'] > request_datetime) %}

0 commit comments

Comments
 (0)