mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
Remove Description section from Global page
This commit is contained in:
parent
19888fad03
commit
77fcda90c8
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@
|
||||||
<article>
|
<article>
|
||||||
|
|
||||||
<div class="container-overview">
|
<div class="container-overview">
|
||||||
<?js if (doc.kind === 'module' && doc.modules) { ?>
|
<?js if (isGlobalPage) { ?>
|
||||||
|
<?js } else if (doc.kind === 'module' && doc.modules) { ?>
|
||||||
<?js if (doc.description) { ?>
|
<?js if (doc.description) { ?>
|
||||||
<h3>Description</h3>
|
<h3>Description</h3>
|
||||||
<div><?js= doc.description ?></div>
|
<div><?js= doc.description ?></div>
|
||||||
|
|
Loading…
Reference in a new issue