summaryrefslogtreecommitdiff
path: root/views/index.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.pug')
-rw-r--r--views/index.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/index.pug b/views/index.pug
index ba915b0..0a2262b 100644
--- a/views/index.pug
+++ b/views/index.pug
@@ -38,10 +38,10 @@ html
div.list
each title in titles
unless title.is_hidden
+ - let cover = "/" + title.title_id + "/cover"
div
- a(href="/info/"+title.title_id)
- img(src="/"+title.title_id+"/cover.jpg")
- | #{title.title_name}
+ +gamecover(title.title_id)
+ | #{title.title_name}
p: a(href="/games") List of all open and active games.