update: remove em dashes, plans
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>PingQL<%= it.title ? ` — ${it.title}` : '' %></title>
|
||||
<title>PingQL<%= it.title ? ` - ${it.title}` : '' %></title>
|
||||
<% if (it.description) { %><meta name="description" content="<%= it.description %>"><% } %>
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<link rel="stylesheet" href="/assets/tailwind.css?v=<%= it.cssHash %>">
|
||||
|
||||
Reference in New Issue
Block a user