diff options
-rw-r--r-- | views/info.ejs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/info.ejs b/views/info.ejs index 27cb543..55b8faa 100644 --- a/views/info.ejs +++ b/views/info.ejs @@ -1,7 +1,6 @@ <%- include('header', { title: title.title_name, refresh: (user ? 300 : 0) }) %> <img class="logo" src="/<%= title.title_id %>/cover.jpg"> <%- include('../public/' + title.title_id + '/about.html') %> -<br clear=left> <p> Read more about the game on <a href="https://boardgamegeek.com/boardgame/<%= title.bgg %>">boardgamegeek.com</a>. |