diff options
Diffstat (limited to 'views/index.pug')
-rw-r--r-- | views/index.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.pug b/views/index.pug index 8ada2fc..db6fcdc 100644 --- a/views/index.pug +++ b/views/index.pug @@ -38,7 +38,7 @@ html div.list each title in titles - unless title.hidden + unless title.is_hidden div a(href="/info/"+title.title_id) img(src="/"+title.title_id+"/cover.jpg") |