You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
803 B
21 lines
803 B
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")
|
|
|