MTPageKeywords
ウェブページの『キーワード』フィールドに入力した内容を表示します。
- 使い方
<!DOCTYPE html>
<html lang="<$mt:BlogLanguage$>" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="<$mt:PublishCharset$>">
<meta name="description" content="<$mt:PageExcerpt remove_html="1" encode_html="1"$>">
<meta name="generator" content="<$mt:ProductName version="1"$>">
<title><$mt:PageTitle encode_html="1"$> - <$mt:BlogName encode_html="1"$></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<mt:If tag="PageKeywords"><meta name="keywords" content="<$mt:PageKeywords$>"></mt:If>
<link rel="stylesheet" href="<$mt:Link template="styles" encode_html="1"$>">
....