Remove wish keywords
This commit is contained in:
parent
6f83c807d6
commit
9ed89ee96e
1 changed files with 0 additions and 6 deletions
|
@ -145,12 +145,6 @@ class Wish
|
|||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (isset($this->info->keywords)) { ?>
|
||||
<div class="meta">
|
||||
<?= implode(', ', $this->info->keywords) ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php if ($this->description) { ?>
|
||||
<div class="description">
|
||||
<?= $this->description ?>
|
||||
|
|
Loading…
Reference in a new issue