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>
|
||||
<meta name="description" content="<%= page.description %>">
|
||||
|
||||
<%- include('partials/head-fonts') %>
|
||||
<%- include('partials/head-styles') %>
|
||||
|
||||
<% if (page.css) { %>
|
||||
|
|
@ -18,7 +17,6 @@
|
|||
<% } %>
|
||||
</head>
|
||||
<body>
|
||||
<script>0</script>
|
||||
<%- body %>
|
||||
<%- include('partials/analytics') %>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,9 @@
|
|||
</title>
|
||||
<meta name="description" content="<%= page.description %>">
|
||||
|
||||
<%- include('partials/head-fonts') %>
|
||||
<%- include('partials/head-styles') %>
|
||||
</head>
|
||||
<body>
|
||||
<script>0</script>
|
||||
|
||||
<%- include('partials/stripes') %>
|
||||
|
||||
<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/main.css">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue