diff --git a/.editorconfig b/.editorconfig index d41b743d8..5aafc330e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ indent_style=tab tab_width=3 [*.html] -indent_style=space +indent_style=tab indent_size=3 [*.md] diff --git a/pages/_layouts/docs.html b/pages/_layouts/docs.html index 6d65a21e2..2683c4920 100644 --- a/pages/_layouts/docs.html +++ b/pages/_layouts/docs.html @@ -7,48 +7,51 @@ page-title: Documentation
tabler-{{ page.plugin }} plugin.{{ page.description }}
+ {% if page.bootstrap-link %} + {% endif %} - {% if page.in_progress %} -tabler-{{ page.plugin }}
+ plugin.
{{ page.description }}
+ {% endif %} + {% if page.toc %} {{ content | toc_only }} {% endif %}