change board links on the homepage to use index.html, since nginx will redirect them anyway

merge-requests/208/head
fatchan 5 years ago
parent 8f0e4b40ac
commit f950996aa5
  1. 2
      views/pages/home.pug

@ -35,7 +35,7 @@ block content
td
if board.settings.sfw
span.help(title='Safe for work') 💼
a(href=`/${board._id}/`) /#{board._id}/ - #{board.settings.name}
a(href=`/${board._id}/index.html`) /#{board._id}/ - #{board.settings.name}
td #{board.settings.description}
td #{board.pph}
td #{board.ips}

Loading…
Cancel
Save