2022-03-26 23:28:10 +03:00
|
|
|
<head>
|
2022-09-01 14:02:47 +03:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2022-09-09 15:34:12 +03:00
|
|
|
<title><%= title || forum_name +"-forum" %></title>
|
2022-09-16 22:40:43 +03:00
|
|
|
<meta name="description" content="<%= description %>">
|
2022-09-09 15:34:12 +03:00
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
2022-10-10 00:04:25 +03:00
|
|
|
<link rel="stylesheet" href="/css/themes/<%= color %>.css" />
|
2022-09-09 15:10:44 +03:00
|
|
|
<link rel="stylesheet" href="/css/common.css" />
|
2022-10-10 00:04:25 +03:00
|
|
|
<% if (color === "black") { %>
|
2022-09-09 15:10:44 +03:00
|
|
|
<meta name="theme-color" content="#000000" />
|
2022-09-01 14:02:47 +03:00
|
|
|
<% } %>
|
2022-03-26 23:28:10 +03:00
|
|
|
</head>
|