supprime le test de variable metadata

This commit is contained in:
Yannick Francois
2020-02-11 22:51:32 +01:00
parent e50fed5030
commit d1b62021bf
5 changed files with 1 additions and 31 deletions
-9
View File
@@ -23,15 +23,6 @@
<body>
<main>
$body$
<p>YAF author test : <strong>$author$</strong></p>
<p>YAF keywords test : <strong>$keywords$</strong></p>
<p>liste ?
<ul>
$for(keywords)$
<li>test : $keywords$</li>
$endfor$
</ul>
</p>
</main>
</body>
</html>