diff --git a/views/layout.pug b/views/layout.pug index c6acb51..513cc7c 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -7,8 +7,6 @@ html(lang='') title #{title} - Hackathon Starter meta(name='description', content='') meta(name='theme-color' content='#4DA5F4') - meta(name='csrf-token', content=_csrf) - link(rel='shortcut icon', href='/images/favicon.png') link(rel='stylesheet', href='/css/main.css') body