layout: default: custom css

This commit is contained in:
He4eT 2020-11-01 04:08:36 +05:00
commit 83d2cd0ef3

View file

@ -11,6 +11,12 @@
<link rel="stylesheet" href="/css/typography.css"> <link rel="stylesheet" href="/css/typography.css">
<link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/main.css">
<%- include('partials/head-fonts') %> <%- include('partials/head-fonts') %>
<% if (page.css) { %>
<% page.css.forEach(cssFile => { %>
<link rel="stylesheet" href="/css/<%= cssFile %>.css">
<% }) %>
<% } %>
</head> </head>
<body> <body>
<%- body %> <%- body %>