summaryrefslogtreecommitdiff
path: root/views/index.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-01 17:17:22 +0100
committerTor Andersson <tor@ccxvii.net>2021-12-01 18:05:17 +0100
commitc31a0939759c5518dd3dfa10c41a14ee0eb534eb (patch)
tree64890cd6bbd4c49ecf80bf41a40d5ace66e8e6d2 /views/index.pug
parent75f3f12753457470f2f4f75b4f7aa783975e8f4f (diff)
downloadserver-c31a0939759c5518dd3dfa10c41a14ee0eb534eb.tar.gz
Reformat SQL schema for readability.
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")