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

View file

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

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/typography.css">
<link rel="stylesheet" type="text/css" href="/css/main.css"> <link rel="stylesheet" type="text/css" href="/css/main.css">