|
@ -0,0 +1,23 @@ |
|
|
|
|
|
head |
|
|
|
|
|
meta(charset="utf-8") |
|
|
|
|
|
meta(http-equiv="x-ua-compatible", content="ie=edge") |
|
|
|
|
|
|
|
|
|
|
|
block title |
|
|
|
|
|
title example.com |
|
|
|
|
|
|
|
|
|
|
|
meta(name="description" content="") |
|
|
|
|
|
meta(name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover") |
|
|
|
|
|
|
|
|
|
|
|
link(rel="icon", href=site_root + "favicon.ico") |
|
|
|
|
|
link(rel="icon", type="image/png", sizes="32x32", href=site_root + "favicon-32x32.png") |
|
|
|
|
|
link(rel="icon", type="image/png", sizes="16x16", href=site_root + "favicon-16x16.png") |
|
|
|
|
|
link(rel="apple-touch-icon", sizes="180x180", href=site_root + "apple-touch-icon.png") |
|
|
|
|
|
link(rel="manifest", href=site_root + "site.webmanifest") |
|
|
|
|
|
link(rel="mask-icon", href=site_root + "safari-pinned-tab.svg", color="#5bbad5") |
|
|
|
|
|
meta(name="msapplication-TileColor", content="#00aba9") |
|
|
|
|
|
meta(name="theme-color", content="#ffffff") |
|
|
|
|
|
|
|
|
|
|
|
link(rel="stylesheet", href=site_root + "style/normalize.css") |
|
|
|
|
|
link(rel="stylesheet", href=site_root + "style/main.css") |
|
|
|
|
|
|
|
|
|
|
|
script(src="https://code.iconify.design/1/1.0.6/iconify.min.js") |