templates: merge styles and fonts partials

This commit is contained in:
He4eT 2024-08-04 23:19:35 +02:00
commit 3aba700e3f
4 changed files with 1 additions and 6 deletions

View file

@ -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>

View file

@ -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>

View file

@ -1 +0,0 @@
<link rel="stylesheet" type="text/css" href="/css/fonts.css">

View file

@ -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">