summaryrefslogtreecommitdiff
path: root/views/index.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.pug')
-rw-r--r--views/index.pug2
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")