Skip to content

Instantly share code, notes, and snippets.

@usualoma
Last active December 10, 2023 04:32
<html lang={<mt:BlogLanguage />}>
<head>
<meta charset={<mt:PublishCharset />} />
<title>
<mt:EntryTitle /> | <mt:BlogName />
</title>
<meta property="og:type" content="article" />
<meta
property="og:title"
content={
<>
<mt:EntryTitle /> | <mt:BlogName />
</>
}
/>
<meta
property="og:image"
content={
<mt:EntryAssets
type="image"
limit={1}
file_ext={["jpg", "jpeg", "png", "gif"]}
>
<mt:AssetThumbnailURL width={1200} />
<mt:Else />
<mt:BlogURL />
images/ogimage.jpg
</mt:EntryAssets>
}
/>
</head>
<body>
<mt:EntryBody />
<mt:EntryMore />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment