mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
templates: merge styles and fonts partials
This commit is contained in:
parent
6829779532
commit
3aba700e3f
4 changed files with 1 additions and 6 deletions
|
|
@ -8,7 +8,6 @@
|
||||||
</title>
|
</title>
|
||||||
<meta name="description" content="<%= page.description %>">
|
<meta name="description" content="<%= page.description %>">
|
||||||
|
|
||||||
<%- include('partials/head-fonts') %>
|
|
||||||
<%- include('partials/head-styles') %>
|
<%- include('partials/head-styles') %>
|
||||||
|
|
||||||
<% if (page.css) { %>
|
<% if (page.css) { %>
|
||||||
|
|
@ -18,7 +17,6 @@
|
||||||
<% } %>
|
<% } %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>0</script>
|
|
||||||
<%- body %>
|
<%- body %>
|
||||||
<%- include('partials/analytics') %>
|
<%- include('partials/analytics') %>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -8,12 +8,9 @@
|
||||||
</title>
|
</title>
|
||||||
<meta name="description" content="<%= page.description %>">
|
<meta name="description" content="<%= page.description %>">
|
||||||
|
|
||||||
<%- include('partials/head-fonts') %>
|
|
||||||
<%- include('partials/head-styles') %>
|
<%- include('partials/head-styles') %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>0</script>
|
|
||||||
|
|
||||||
<%- include('partials/stripes') %>
|
<%- include('partials/stripes') %>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/typography.css">
|
<link rel="stylesheet" type="text/css" href="/css/typography.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue