2012-09-30 8 views

답변

0

쉬운, 방금 Inject some XML into the <head>

예를 들어, in your src/site/site.xml

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

위대한! 그것은 매력처럼 작동합니다. 감사 :-) – tduchateau

관련 문제