mirror of
https://github.com/tabler/tabler.git
synced 2026-09-01 23:01:29 +04:00
Add text features menu item (#2256)
Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
<!-- BEGIN PLUGINS STYLES -->
|
||||
{% for plugin in site.tablerCssPlugins -%}
|
||||
{% if layout-rtl -%}
|
||||
<link href="{{ page | relative }}/dist/css/{{ plugin.name }}.rtl{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}" rel="stylesheet"{% if environment != 'development' %} integrity="{{ sri[`${plugin.sri}-rtl`] }}"{% endif %}/>
|
||||
<link href="{{ page | relative }}/dist/css/tabler-{{ plugin }}.rtl{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}" rel="stylesheet"{% if environment != 'development' %} integrity="{{ sri[`css-${plugin}-rtl`] }}"{% endif %}/>
|
||||
{% else -%}
|
||||
<link href="{{ page | relative }}/dist/css/{{ plugin.name }}{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}" rel="stylesheet"{% if environment != 'development' %} integrity="{{ sri[plugin.sri] }}"{% endif %}/>
|
||||
<link href="{{ page | relative }}/dist/css/tabler-{{ plugin }}{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}" rel="stylesheet"{% if environment != 'development' %} integrity="{{ sri[`css-${plugin}`] }}"{% endif %}/>
|
||||
{% endif -%}
|
||||
{% endfor -%}
|
||||
<!-- END PLUGINS STYLES -->
|
||||
|
||||
Reference in New Issue
Block a user