如何使生成的html文件head中的mate包含keyword,description呢
如何使生成的html文件head中的mate包含keyword,description呢?另外求教:如何生成html时,把title变成“文件名+tag+目录+博客名”
这是我的博客文章的head:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Language" content="zh-CN" />
<link rel="stylesheet" rev="stylesheet" href="http://www.sooduu.com/style/default.css" type="text/css" media="screen" />
<link rel="stylesheet" rev="stylesheet" href="http://www.sooduu.com/css/print.css" type="text/css" media="print" />
<script language="JavaScript" src="http://www.sooduu.com/script/common.js" type="text/javascript"></script>
<title>认证之友-2007年6月份18000审核员考试试题—审核部分</title>
</head>
这是月光博客文章的head:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Language" content="zh-CN" />
<meta name="keywords" content="常用RSS阅读器评测,blog" />
<meta name="description" content="月光博客-常用RSS阅读器评测" />
<link rel="alternate" type="application/rss+xml" href="http://feed.williamlong.info" title="月光博客" />
<link rel="stylesheet" rev="stylesheet" href="http://www.williamlong.info/style/j-spring.css" type="text/css" media="screen" />
<link rel="stylesheet" rev="stylesheet" href="http://www.williamlong.info/css/print.css" type="text/css" media="print" />
<script language="JavaScript" src="http://www.williamlong.info/script/common.js" type="text/javascript"></script>
<title>常用RSS阅读器评测-月光博客</title>
</head>