mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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>
|
||||
|
||||
<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) { ?>
|
||||
<h3>Description</h3>
|
||||
<div><?js= doc.description ?></div>
|
||||
|
|
Loading…
Reference in a new issue