mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
41 lines
1.4 KiB
HTML
41 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en"{% if page.rtl %} dir="rtl"{% endif %}>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
|
|
<meta http-equiv="Content-Language" content="en"/>
|
|
|
|
<meta name="msapplication-TileColor" content="#4188c9"/>
|
|
<meta name="theme-color" content="#4188c9"/>
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
|
|
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
|
<meta name="mobile-web-app-capable" content="yes"/>
|
|
<meta name="HandheldFriendly" content="True"/>
|
|
<meta name="MobileOptimized" content="320"/>
|
|
|
|
<link rel="icon" href="{{ site.base }}/favicon.ico" type="image/x-icon"/>
|
|
<link rel="shortcut icon" href="{{ site.base }}/favicon.ico" type="image/x-icon"/>
|
|
|
|
<!-- Generated: {{ site.time }} -->
|
|
|
|
<title>{% if page.title %}{{ page.title }} - {% endif %}{% if layout.title %}{{ layout.title }} - {% endif %}{% if site.title %}{{ site.title }} - {% endif %}{{ site.description }}</title>
|
|
|
|
{% include layout/css.html %}
|
|
{% include layout/js.html %}
|
|
</head>
|
|
<body class="antialiased{% if page.dark-theme %} theme-dark{% endif %}">
|
|
|
|
{{ content}}
|
|
|
|
|
|
{% if site.debug %}
|
|
{% if jekyll.environment == 'development' %}
|
|
{% include layout/debug-footer.html %}
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
</body>
|
|
</html> |