20 lines
1003 B
Plaintext
20 lines
1003 B
Plaintext
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<%- include('../includes/favicon') %>
|
|
<% for (var og in opengraph) { %>
|
|
<% if (opengraph.hasOwnProperty(og) && opengraph[og].trim() !== '') { %>
|
|
<meta property="og:<%= og %>" content="<%= opengraph[og] %>">
|
|
<% }} if (!opengraph.hasOwnProperty('image')) { %>
|
|
<meta property="og:image" content="<%- serverURL %>/icons/android-chrome-512x512.png">
|
|
<meta property="og:image:alt" content="HedgeDoc logo">
|
|
<meta property="og:image:type" content="image/png">
|
|
<% } %>
|
|
<base href="<%- serverURL %>/">
|
|
<title><%= title %></title>
|
|
<link rel="stylesheet" href='<%- serverURL %>/build/emojify.js/dist/css/basic/emojify.min.css'>
|
|
<%- include('../build/index-pack-header') %>
|