mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
analytic fix
This commit is contained in:
@@ -1 +1 @@
|
||||
<script defer data-domain="{{ site.preview-url }}" src="https://plausible.io/js/plausible.js"></script>
|
||||
<script defer data-domain="{{ site.preview-url | replace: 'https://', '' }}" src="https://plausible.io/js/plausible.js"></script>
|
||||
@@ -10,6 +10,8 @@
|
||||
<title>{% if title %}{{ title }} - {% endif %}{% if site.title %}{{ site.title }} - {% endif %}{{ site.description }}</title>
|
||||
|
||||
{% if jekyll.environment == 'preview' %}
|
||||
{% include layout/analytics.html %}
|
||||
|
||||
<meta name="msapplication-TileColor" content="{{ site.data.colors.blue }}"/>
|
||||
<meta name="theme-color" content="{{ site.data.colors.blue }}"/>
|
||||
|
||||
@@ -25,7 +27,6 @@
|
||||
<meta name="description" content="{{ page.description | default: 'Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!' | escape }}"/>
|
||||
|
||||
{% include layout/og.html %}
|
||||
{% include layout/analytics.html %}
|
||||
{% endif %}
|
||||
|
||||
{% include layout/css.html %}
|
||||
|
||||
Reference in New Issue
Block a user