no meta (lok bad)

This commit is contained in:
Ashley Graves 2024-10-15 15:22:45 +02:00
parent 593607c3e1
commit e9403a5bc9

View file

@ -5,9 +5,4 @@
<title><%- (typeof(title) != "undefined" ? title : bot.user.username) %></title>
<link rel="stylesheet" href="/bs/css/bootstrap.min.css">
<script src="/bs/js/bootstrap.min.js"></script>
<meta property="og:title" content="<%- (typeof(title) != "undefined" ? title : bot.user.username) %>" />
<meta property="og:type" content="website" />
<meta property="og:image" content="<%- bot.user.avatarURL() %>" />
<meta name="theme-color" content="#cba6f7" />
</head>