update: remove em dashes, plans

This commit is contained in:
2026-03-22 06:18:23 +04:00
parent a1d37c6215
commit 1a0b6bb0fe
10 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -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 %>">