akf-forum/themes/default/extra/meta.ejs

12 lines
493 B
Plaintext
Raw Normal View History

2022-03-26 23:28:10 +03:00
<head>
<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" />
<link rel="stylesheet" href="/css/common.css" />
2022-10-10 00:04:25 +03:00
<% if (color === "black") { %>
<meta name="theme-color" content="#000000" />
<% } %>
2022-03-26 23:28:10 +03:00
</head>