Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tabler/tabler into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Sep 24, 2022
2 parents b71023c + 4dbe466 commit d89522e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pages/_includes/layout/analytics.html
@@ -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>
8 changes: 4 additions & 4 deletions src/pages/_layouts/base.html
Expand Up @@ -3,17 +3,15 @@
{% assign title = page.title | default: layout.title %}
<html lang="en"{% if page.rtl or site.rtl %} dir="rtl" {% endif %}>
<head>
{% if jekyll.environment == 'preview' %}
{% include layout/analytics.html %}
{% endif %}

<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>

<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 }}"/>

Expand Down Expand Up @@ -49,9 +47,11 @@

{% include layout/modals-capture.html %}

{% comment %}
{% if jekyll.environment == 'preview' %}
{% include layout/sentry.html %}
{% endif %}
{% endcomment %}

{% include layout/js.html %}

Expand Down

0 comments on commit d89522e

Please sign in to comment.