Update and fix dev-/dependency split
This commit is contained in:
parent
1160d96b06
commit
cb0f25e577
5 changed files with 5721 additions and 3928 deletions
src/lib/pug
|
@ -5,7 +5,7 @@ html.no-js(lang="en")
|
|||
meta(name="description", content="tlater.net web server")
|
||||
meta(name="author", content="Tristan Daniël Maat")
|
||||
meta(name="viewport", content="width=device-width, initial-scale=1")
|
||||
link(rel="icon", href="src/icon.svg", type="image/x-icon")
|
||||
link(rel="icon", href="./icon.svg", type="image/x-icon")
|
||||
link(rel="stylesheet", href="~/src/lib/scss/main.scss")
|
||||
block stylesheets
|
||||
title="tlater.net"
|
||||
|
|
Reference in a new issue