PHP 8.5が必須になった
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
{@ endif @}
|
||||
{@ endif @}
|
||||
<meta name="description" content="{{ $description }}" />
|
||||
<meta name="keywords" content="{{ SITEINFO['tags'].(isset($meta->category) ? ',' : '') }}{@ if (isset($meta) && isset($meta->category)) @}{@ foreach ($meta->category as $k => $cat) @}{{ $cat.($k === array_key_last($meta->category) ? '' : ',') }}{@ endforeach @}{@ endif @}" />
|
||||
<meta name="keywords" content="{{ SITEINFO['tags'].(isset($meta->category) ? ',' : '') }}{@ if (isset($meta) && isset($meta->category)) @}{@ foreach ($meta->category as $k => $cat) @}{{ $cat.($k === array_last($meta->category) ? '' : ',') }}{@ endforeach @}{@ endif @}" />
|
||||
|
||||
<meta property="og:title" content="{{ SITEINFO['title'] }}: {{ $pagetit }}" />
|
||||
<meta property="og:description" content="{{ $description }}" />
|
||||
|
||||
Reference in New Issue
Block a user