2012-09-30 51 views

回答

0

容易,你只Inject some XML into the <head>

例如在你的src/site/site.xml

<project> 
    ... 
    <body> 
    ... 
    <head> 
     <meta name="keyword" content="keyword1, keyword2" /> 
    </head> 
    ... 
    </body> 
    ... 
</project> 
+0

太棒了!它像一個魅力。 感謝:-) – tduchateau