diff --git a/src/pages/_includes/docs/plugin.html b/src/pages/_includes/docs/plugin.html index eee73078a3aa21633bac8c3edbb2accb56d7fe47..729b814daa374d41d87e7c766df4675efd72dff6 100644 --- a/src/pages/_includes/docs/plugin.html +++ b/src/pages/_includes/docs/plugin.html @@ -1,9 +1,9 @@ -

Installation

+
+

Installation

-

This part of Tabler is distributed as plugin. To enable it you should include tabler-{{ include.plugin }}.css or tabler-{{ include.plugin }}.min.css file to your page.

+

This part of Tabler is distributed as plugin. To enable it you should include tabler-{{ include.plugin }}.css or tabler-{{ include.plugin }}.min.css file to your page.

-

You can also include plugin via CDN:

+

You can also include plugin via CDN:

-{% highlight html %} - -{% endhighlight %} \ No newline at end of file + {% highlight html %}{% endhighlight %} +
\ No newline at end of file diff --git a/src/pages/_layouts/docs.html b/src/pages/_layouts/docs.html index a76b66fcdeeedaa50e30b4cedd15aa53709cfd5b..8dbe0cc9d76ef3a1ce2e462117479c76e2a92946 100644 --- a/src/pages/_layouts/docs.html +++ b/src/pages/_layouts/docs.html @@ -7,7 +7,7 @@ page-header: Documentation {% assign current-url = page.url | replace_regex: "^/", "" %} -
+
{% include docs/menu.html %}
@@ -34,7 +34,7 @@ page-header: Documentation
{% if page.description %} -

{{ page.description }}

+

{{ page.description }}

{% endif %} {% if page.plugin %}