1
0
Fork 0
auth.rxbn.de/bin/web/views/blocks/head.pug

22 lines
807 B
Plaintext

head
meta(charset="utf-8")
meta(http-equiv="X-UA-Compatible", content="IE=edge")
meta(name="viewport", content="width=device-width, initial-scale=1, shrink-to-fit=no")
meta(name="author", content="Ruben Meyer")
meta(name="description" content="auth.rxbn.de")
if(title)
title=cfg.app.name+" - "+title
else
title=cfg.app.name
block css
//- UIkit CSS
link(href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.5/css/uikit.min.css", rel="stylesheet")
//- Custom Stylesheet
link(href="/res/css/stylesheet.css", rel="stylesheet")
//- Custom fonts for this template
link(href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ", crossorigin="anonymous", rel="stylesheet")