This repository has been archived on 2023-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
media-host/views/partial/html-head.ejs
2023-02-25 03:24:41 -05:00

15 lines
506 B
Text

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="language" content="english">
<meta property="og:sitename" content="<%= config.meta.name %>">
<% if (config.meta?.icon) { %>
<link rel="icon" href="<%= config.meta.icon %>">
<% } %>
<% if (config?.["insert-in-head"]) { %>
<% for (let a in config?.["insert-in-head"]) { %>
<%- config?.["insert-in-head"]?.[a] %>
<% } %>
<% } %>
<link href="/css/main.css" rel="stylesheet">
<script>0</script>