diff --git a/_config.yml b/_config.yml index 66004321a..b19b02780 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,8 @@ title: Tabler description: tabler.github.io - a responsive, flat and full featured admin template -base_color: '#cc0000' +base_color: '#467fcf' + +github_url: https://github.com/tabler/tabler collections: docs: diff --git a/_docs/alerts.md b/_docs/alerts.md index 910a8c20d..6f388ed3e 100644 --- a/_docs/alerts.md +++ b/_docs/alerts.md @@ -1,4 +1,5 @@ --- title: Alerts icon: fe fe-alert-triangle +in_progress: true --- \ No newline at end of file diff --git a/_docs/grid.md b/_docs/grid.md index 5b7045df1..9d577a9f5 100644 --- a/_docs/grid.md +++ b/_docs/grid.md @@ -1,4 +1,5 @@ --- title: Grid utilities icon: fe fe-grid +in_progress: true --- \ No newline at end of file diff --git a/_layouts/docs.html b/_layouts/docs.html index 1bea64eee..f7f6ce4b3 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -8,7 +8,11 @@ title: Documentation {% include page-title.html title="Documentation" %}
{{ page.description }}
{% endif %} + {% if page.in_progress %} +