ごめん
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
{@ if (isset($meta->author)) @}
|
{@ if (isset($meta->author)) @}
|
||||||
<meta name="author" content="{{ $meta->author }}" />
|
<meta name="author" content="{{ $meta->author }}" />
|
||||||
{@ endif @}
|
{@ endif @}
|
||||||
{@ if (sset($meta->thumbnail) && !empty($meta->thumbnail)) @}
|
{@ if (isset($meta->thumbnail) && !empty($meta->thumbnail)) @}
|
||||||
<meta name="thumbnail" content="/static/{{ $meta->thumbnail }}" />
|
<meta name="thumbnail" content="/static/{{ $meta->thumbnail }}" />
|
||||||
{@ endif @}
|
{@ endif @}
|
||||||
{@ endif @}
|
{@ endif @}
|
||||||
|
|||||||
Reference in New Issue
Block a user