MTEntryKeywords
記事の『キーワード』フィールドに入力した内容を表示します。
- 使い方
<!DOCTYPE html>
<html lang="<$mt:BlogLanguage$>" itemscope itemtype="http://schema.org/Blog">
<head>
<meta charset="<$mt:PublishCharset$>">
<mt:If tag="BlogDescription"><meta name="description" content="<$mt:BlogDescription remove_html="1" encode_html="1"$>"></mt:If>
<title><$mt:BlogName encode_html="1"$></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<mt:If tag="EntryKeywords"><meta name="keywords" content="<$mt:EntryKeywords$>"></mt:If>
<link rel="stylesheet" href="<$mt:Link template="styles" encode_html="1"$>">
....