{% assign pageSection = "" %} {% if page.url contains "/ui/" %} {% assign pageSection = "UI" %} {% elsif page.url contains "/icons/" %} {% assign pageSection = "Icons" %} {% elsif page.url contains "/illustrations/" %} {% assign pageSection = "Illustrations" %} {% elsif page.url contains "/emails/" %} {% assign pageSection = "Emails" %} {% endif %} {% assign metaTitle = title %} {% if seoTitle %} {% assign metaTitle = seoTitle %} {% endif %} {% assign metaDescription = description %} {% if seoDescription %} {% assign metaDescription = seoDescription %} {% endif %} {% assign siteName = "Tabler Documentation" %} {% if pageSection != "" %} {% assign siteName = "Tabler " | append: pageSection | append: " Documentation" %} {% endif %} {{ metaTitle }} | {{ siteName }} {% if metaDescription %}{% endif %} {% if metaDescription %}{% endif %} {% if metaDescription %}{% endif %} {% for plugin in site.cssPlugins %} {% endfor %} {% if docs-libs -%} {% for lib in libs.css -%} {% if docs-libs contains lib[0] -%} {% for file in lib[1] -%} {% endfor -%} {% endif -%} {% endfor -%} {% endif %} {% include "docs/navbar.html" %}
{% for lib in libs -%} {% if docs-libs contains lib[0] or libs.global-libs contains lib[0] or lib[0] == "clipboard" -%} {% for file in lib[1].js -%} {% endfor -%} {% endif -%} {% endfor -%}