mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
config fixes
This commit is contained in:
+3
-3
@@ -11,9 +11,9 @@ keep_files:
|
|||||||
title: Tabler
|
title: Tabler
|
||||||
description: Premium and Open Source dashboard template with responsive and high quality UI.
|
description: Premium and Open Source dashboard template with responsive and high quality UI.
|
||||||
homepage: https://tabler.io
|
homepage: https://tabler.io
|
||||||
github_url: https://github.com/tabler/tabler
|
github-url: https://github.com/tabler/tabler
|
||||||
changelog_url: https://github.com/tabler/tabler/releases
|
changelog-url: https://github.com/tabler/tabler/releases
|
||||||
sponsor_url: https://github.com/sponsors/codecalm
|
sponsor-url: https://github.com/sponsors/codecalm
|
||||||
|
|
||||||
mapbox_key: pk.eyJ1IjoiY29kZWNhbG0iLCJhIjoiSzRiOVJvQSJ9.BUVkTT6IYs83xSUs4H7bjQ
|
mapbox_key: pk.eyJ1IjoiY29kZWNhbG0iLCJhIjoiSzRiOVJvQSJ9.BUVkTT6IYs83xSUs4H7bjQ
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
<a href="{{ site.sponsor_url }}" class="card card-sponsor" target="_blank" style="background-image: url({{ site.base }}/static/sponsor-banner-homepage.svg)">
|
<a href="{{ site.sponsor-url }}" class="card card-sponsor" target="_blank" style="background-image: url({{ site.base }}/static/sponsor-banner-homepage.svg)">
|
||||||
<div class="card-body"></div>
|
<div class="card-body"></div>
|
||||||
</a>
|
</a>
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
<ul class="list-inline list-inline-dots mb-0">
|
<ul class="list-inline list-inline-dots mb-0">
|
||||||
<li class="list-inline-item"><a href="{{ site.base }}/docs/index.html" class="link-secondary">Documentation</a></li>
|
<li class="list-inline-item"><a href="{{ site.base }}/docs/index.html" class="link-secondary">Documentation</a></li>
|
||||||
<li class="list-inline-item"><a href="{{ site.base }}/faq.html" class="link-secondary">FAQ</a></li>
|
<li class="list-inline-item"><a href="{{ site.base }}/faq.html" class="link-secondary">FAQ</a></li>
|
||||||
<li class="list-inline-item"><a href="{{ site.github_url }}" target="_blank" class="link-secondary">Source code</a></li>
|
<li class="list-inline-item"><a href="{{ site.github-url }}" target="_blank" class="link-secondary">Source code</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
|
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ page-header: Documentation
|
|||||||
|
|
||||||
|
|
||||||
<div class="sticky-top lh-lg py-4">
|
<div class="sticky-top lh-lg py-4">
|
||||||
{% include ui/button.html href=site.github_url text="Browse source code" icon="brand/github" color="white" external=true block=true class="mb-6" %}
|
{% include ui/button.html href=site.github-url text="Browse source code" icon="brand/github" color="white" external=true block=true class="mb-6" %}
|
||||||
|
|
||||||
{% if toc != '' %}
|
{% if toc != '' %}
|
||||||
<h5 class="subheader">On this page</h5>
|
<h5 class="subheader">On this page</h5>
|
||||||
|
|||||||
Reference in New Issue
Block a user