mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
layout: default: custom css
This commit is contained in:
parent
3fa6255740
commit
83d2cd0ef3
1 changed files with 6 additions and 0 deletions
|
|
@ -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 %>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue