mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-04-05 22:01:04 +00:00
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
{%- if title and _appTitle -%}
|
|
<title>{{title}} | {{appTitle}}</title>
|
|
<meta name="title" content="{{title}} | {{appTitle}}">
|
|
{%- else -%}
|
|
{%- if title or _appTitle -%}
|
|
<title>{{title}}{{appTitle}}</title>
|
|
<meta name="title" content="{{title}}{{appTitle}}">
|
|
{%- endif -%}
|
|
{%- endif -%}
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="generator" content="docfx {{_docfxVersion}}">
|
|
{%- if _description -%}
|
|
<meta name="description" content="{{_description}}">
|
|
{%- endif -%}
|
|
{%- if _appFaviconPath -%}
|
|
<link rel="shortcut icon" href="{{_rel}}{{_appFaviconPath}}">
|
|
{%- else -%}
|
|
<link rel="shortcut icon" href="{{_rel}}favicon.ico">
|
|
{%- endif -%}
|
|
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
|
|
<link rel="stylesheet" href="{{_rel}}styles/main.css">
|
|
<meta property="docfx:navrel" content="{{_navRel}}">
|
|
<meta property="docfx:tocrel" content="{{_tocRel}}">
|
|
{%- if _noindex -%}
|
|
<meta name="searchOption" content="noindex">
|
|
{%- endif -%}
|
|
{%- if _enableSearch -%}
|
|
<meta property="docfx:rel" content="{{_rel}}">
|
|
{%- endif -%}
|
|
{%- if _enableNewTab -%}
|
|
<meta property="docfx:newtab" content="true">
|
|
{%- endif -%}
|
|
</head>
|