diff options
Diffstat (limited to 'views/head.pug')
-rw-r--r-- | views/head.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/head.pug b/views/head.pug index e90ce6b..cf0b268 100644 --- a/views/head.pug +++ b/views/head.pug @@ -85,8 +85,8 @@ mixin gamelist(list,hide_title=0) div.game_main div.game_info - if item.description - i= item.description + if item.notice + i= item.notice if item.scenario !== "Standard" && item.scenario !== "Historical" && item.scenario.length > 2 div Scenario: #{item.scenario} unless item.human_options === "None" |