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

22 lines
803 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://cdn.jsdelivr.net/npm/uikit@3.7.2/dist/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.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm", crossorigin="anonymous", rel="stylesheet")