ごめん

This commit is contained in:
2025-12-31 06:11:30 +09:00
parent f0b5c7be2c
commit 6c6e715707

View File

@@ -15,7 +15,7 @@
{@ if (isset($meta->author)) @}
<meta name="author" content="{{ $meta->author }}" />
{@ endif @}
{@ if (sset($meta->thumbnail) && !empty($meta->thumbnail)) @}
{@ if (isset($meta->thumbnail) && !empty($meta->thumbnail)) @}
<meta name="thumbnail" content="/static/{{ $meta->thumbnail }}" />
{@ endif @}
{@ endif @}