forked from XiaoLFeng/XF_Index
11 lines
528 B
PHP
11 lines
528 B
PHP
<title>{{ $webTitle }} - {{ $webSubTitle }}</title>
|
|
<meta name="description" content="{{ $webDescription }}">
|
|
<meta name="keywords" content="{{ $webKeyword }}">
|
|
<meta name="author" content="{{ $sqlAuthor }}">
|
|
<meta name="copyright" content="{{ $sqlAuthor }}">
|
|
<link rel="shortcut icon" href="{{ $webIcon }}" type="image/x-icon">
|
|
<link rel="icon" sizes="any" href="{{ $webIcon }}" type="image/x-icon">
|
|
<!-- 适配Twitter卡片 -->
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:image" content="{{ $webIcon }}">
|