$g_keyword3

キーワード3

<!--$g_keyword3-->

解説

ブログ詳細設定で設定されるブログのキーワード3を表示します。
主にMETAタグ内のkeywordに利用します。

サンプル

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <meta http-equiv="Content-Script-Type" content="text/javascript" />
    <meta name="keywords" content="<!--$g_keyword1--> <!--$g_keyword2--> <!--$g_keyword3-->" />
    <meta name="description" content="<!--$g_explanation-->" />
    <link rel="stylesheet" href="http://<!--$g_user_id-->/css/" type="text/css" />
    <link rel="alternate" type="application/rss+xml" title="RSS" href="http://<!--$g_user_id-->/RSS/" />
    <link rel="alternate" type="application/atom+xml" title="ATOM" href="http://<!--$g_user_id-->/ATOM/" />
    <title><!--$g_title--></title>
</head>