aboutsummaryrefslogtreecommitdiff
path: root/views/partials/header.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/header.ejs')
-rw-r--r--views/partials/header.ejs7
1 files changed, 6 insertions, 1 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index fee03d8..f04a266 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -25,6 +25,8 @@
<!doctype html>
<html lang="en">
<head>
+ <meta name="X-VaporTrail-Version" content="<%= version %>">
+ <meta name="X-VaporTrail-Build" content="<%= build %>">
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
@@ -36,7 +38,7 @@
<link rel="stylesheet" href="/assets/about.css">
<link rel="icon" href="/assets/favicon.png" type="image/png">
<script src="/bootstrap/script.js"></script>
- <title><%= title %> - The Cuties</title>
+ <title><%= title %> ยท The Cuties</title>
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top<% if (title !== "Home") { %> navbar-nohero<% } %>">
@@ -59,6 +61,9 @@
<li class="nav-item">
<a class="nav-link" href="/servers">Servers</a>
</li>
+ <li class="nav-item">
+ <a class="nav-link" href="https://portal.equestria.horse">Portal</a>
+ </li>
</ul>
</div>
</div>