mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
preview-dev -> preview
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
A premium and open source dashboard template with a responsive and high-quality UI.
|
A premium and open source dashboard template with a responsive and high-quality UI.
|
||||||
|
|
||||||
<a href="https://preview-dev.tabler.io">View Demo</a> | <a href="https://github.com/tabler/tabler-react">View React Version</a> | <a href="https://github.com/tabler/tabler/archive/master.zip">Download ZIP</a>
|
<a href="https://preview.tabler.io">View Demo</a> | <a href="https://github.com/tabler/tabler-react">View React Version</a> | <a href="https://github.com/tabler/tabler/archive/master.zip">Download ZIP</a>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
{% if include.show %}
|
<meta name="twitter:image:src" content="https://preview.tabler.io/static/og.png">
|
||||||
<meta name="twitter:image:src" content="https://preview-dev.tabler.io/img/components/{{ page.slug }}.png">
|
|
||||||
<meta name="twitter:site" content="@tabler_ui">
|
<meta name="twitter:site" content="@tabler_ui">
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
|
<meta name="twitter:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
|
||||||
<meta name="twitter:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
|
<meta name="twitter:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
|
||||||
<meta property="og:image" content="https://preview-dev.tabler.io/img/components/{{ page.slug }}.png">
|
<meta property="og:image" content="https://preview.tabler.io/static/og.png">
|
||||||
<meta property="og:image:width" content="1280">
|
<meta property="og:image:width" content="1280">
|
||||||
<meta property="og:image:height" content="640">
|
<meta property="og:image:height" content="640">
|
||||||
<meta property="og:site_name" content="Tabler">
|
<meta property="og:site_name" content="Tabler">
|
||||||
<meta property="og:type" content="object">
|
<meta property="og:type" content="object">
|
||||||
<meta property="og:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
|
<meta property="og:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
|
||||||
<meta property="og:url" content="https://preview-dev.tabler.io{{ page.url }}">
|
<meta property="og:url" content="https://preview.tabler.io/static/og.png">
|
||||||
<meta property="og:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
|
<meta property="og:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
|
||||||
{% endif %}
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>{% if title %}{{ title }} - {% endif %}{% if site.title %}{{ site.title }} - {% endif %}{{ site.description }}</title>
|
<title>{% if title %}{{ title }} - {% endif %}{% if site.title %}{{ site.title }} - {% endif %}{{ site.description }}</title>
|
||||||
|
|
||||||
{% if jekyll.environment != 'development' %}
|
{% if jekyll.environment == 'preview' %}
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
|
||||||
|
|
||||||
<meta name="msapplication-TileColor" content="{{ site.data.colors.blue }}"/>
|
<meta name="msapplication-TileColor" content="{{ site.data.colors.blue }}"/>
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
<meta name="description" content="{{ page.description | escape }}"/>
|
<meta name="description" content="{{ page.description | escape }}"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include layout/og.html show=layout.og-component %}
|
{% include layout/og.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include layout/css.html %}
|
{% include layout/css.html %}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ og-component: true
|
|||||||
<div class="col">{% include ui/button.html icon="clipboard" text="Copy code" color="white" block=true class="mt-4" %}</div>
|
<div class="col">{% include ui/button.html icon="clipboard" text="Copy code" color="white" block=true class="mt-4" %}</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<form action="https://codepen.io/pen/define" method="post" target="_blank">
|
<form action="https://codepen.io/pen/define" method="post" target="_blank">
|
||||||
<input type="hidden" name="data" value='{"title":"{{ page.title | escape }}","css_external":"https://preview-dev.tabler.io/dist/css/tabler.css","html":"{{ demo-html | tidy: 'html' | replace_regex: "\n", "\\n" | replace_regex: "\t", "\\t" | replace_regex: '"', '\"' | replace_regex: "'", "\'" }}","css":"{{ demo-css | replace_regex: "\n", "\\n" | replace_regex: "\t", "\\t" | replace_regex: '"', '\"' }}", "editors":"100"}'>
|
<input type="hidden" name="data" value='{"title":"{{ page.title | escape }}","css_external":"https://preview.tabler.io/dist/css/tabler.css","html":"{{ demo-html | tidy: 'html' | replace_regex: "\n", "\\n" | replace_regex: "\t", "\\t" | replace_regex: '"', '\"' | replace_regex: "'", "\'" }}","css":"{{ demo-css | replace_regex: "\n", "\\n" | replace_regex: "\t", "\\t" | replace_regex: '"', '\"' }}", "editors":"100"}'>
|
||||||
{% include ui/button.html icon="codesandbox" text="Edit in CodePen" color="primary" block=true class="mt-4" element="button" type="submit" %}
|
{% include ui/button.html icon="codesandbox" text="Edit in CodePen" color="primary" block=true class="mt-4" element="button" type="submit" %}
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
src/static/og.png
Normal file
BIN
src/static/og.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
Reference in New Issue
Block a user