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>