techstack.hadan.de/theme/default/partial/header.ejs
Stephan Hadan 3ab1c0c119
All checks were successful
Preview / build-deploy (push) Successful in 50s
added styling
2025-02-18 12:48:15 +01:00

34 lines
No EOL
1.8 KiB
Text

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= title %> <%= site.replace(/<\/?sup>/g, '') %> </title>
<% if (description) { %>
<meta name="description" content="<%= description %>">
<% }%>
<% if (keywords) { %>
<meta name="keywords" content="<%= keywords %>">
<% }%>
<% (meta || []).forEach((val) => { %>
<%- val %>
<% }) %>
<link rel="stylesheet" type="text/css" href="<%= RELATIVE_PATH %>css/main.css?v=<%=idocVersion%>">
<link rel="stylesheet" type="text/css" href="<%= RELATIVE_PATH %>css/tocbot.css?v=<%=idocVersion%>">
<link rel="stylesheet" type="text/css" href="<%= RELATIVE_PATH %>css/media.css?v=<%=idocVersion%>">
<link rel="stylesheet" type="text/css" href="<%= RELATIVE_PATH %>css/sidebar.css?v=<%=idocVersion%>">
<link rel="stylesheet" type="text/css" href="<%= RELATIVE_PATH %>css/copy.css?v=<%=idocVersion%>">
<link rel="stylesheet" type="text/css" href="<%= RELATIVE_PATH %>css/demo-preview.css?v=<%=idocVersion%>">
<% if (favicon.href) { %>
<link rel="icon" href="<%= RELATIVE_PATH %><%=favicon.href%>" type="image/x-icon">
<% } else if (favicon.base64) { %>
<link rel="icon" href="<%=favicon.base64%>" type="image/x-icon">
<% } %>
<script src="<%= RELATIVE_PATH %>js/copy.js?v=<%=idocVersion%>"></script>
<script src="<%= RELATIVE_PATH %>js/dark-mode.js?v=<%=idocVersion%>"></script>
<script src="<%= RELATIVE_PATH %>js/markdown-style.js?v=<%=idocVersion%>"></script>
<script defer src="https://analytics.hadan-it.com/script.js" data-website-id="cdc630d2-d94a-44ff-806e-01dc6cc445f7"></script>
</head>
<body id="idoctotop">
<a href="#idoctotop" class="gototop">top</a>