Closed pandaulait closed 1 year ago
spear-seoの使い方を間違えていたため。正確には
<html>
<head>
<spear-seo>
</spear-seo>
</head>
<body>
</body>
</html>
ではなく下記が正しかった
<html>
<head>
</head>
<body>
<spear-seo>
</spear-seo>
</body>
</html>
Describe the bug The spear-seo feature is not available in [alias].html files with cms-tag-routing.
To Reproduce
Generate [alias].html using cms-tag-routing in spear's appropriate file.
{%= * %}
was not rewritten as shown in the image belowExpected behavior A clear and concise description of what you expected to happen.
Desktop (please complete the following information):
バグの説明 spear-seo機能がcms-tag-routingを用いた[alias].htmlファイルで利用できない。
再現するには
spearの適当なファイルで、cms-tag-routingを用いた[alias].htmlの生成を行います。
{%= * %}
が書き換えられていなかった予想される行動
↓
デスクトップ (次の情報を入力してください):