akf-forum/views/extra/meta.ejs

9 lines
431 B
Text
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" />
2023-05-08 18:17:46 +03:00
<title><%= title || dataset.forum_name +"-forum" %></title>
<meta name="description" content="<%= dataset.description %>">
2022-09-09 15:34:12 +03:00
<link rel="icon" type="image/x-icon" href="/favicon.ico">
2023-05-08 18:17:46 +03:00
<link rel="stylesheet" href="/css/themes/<%= dataset.theme.name %>.css" />
<link rel="stylesheet" href="/css/common.css" />
2022-03-26 23:28:10 +03:00
</head>